Skip to content

Commit 9d2a756

Browse files
authored
Add support for watchosX64 (#2679)
1 parent cc6c41d commit 9d2a756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/compile-native-multiplatform.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ kotlin {
2424
addTarget(presets.watchosArm32)
2525
addTarget(presets.watchosArm64)
2626
addTarget(presets.watchosX86)
27+
addTarget(presets.watchosX64)
2728
}
2829

2930
sourceSets {

0 commit comments

Comments
 (0)