Skip to content

Commit 7cb9b1b

Browse files
sbogolepovpablobaxter
authored andcommitted
Add support for watchosX64 (Kotlin#2679)
1 parent 9aeb7dc commit 7cb9b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/compile-native-multiplatform.gradle

+1
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)