Skip to content

Commit 2bcba02

Browse files
committed
Support x86_64-based watchOS simulator target
1 parent a372015 commit 2bcba02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.0")
6+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30-M1")
77
}
88
}
99

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ kotlin {
3535
target("watchosArm32")
3636
target("watchosArm64")
3737
target("watchosX86")
38+
target("watchosX64")
3839
target("tvosArm64")
3940
target("tvosX64")
4041
}

0 commit comments

Comments
 (0)