Skip to content

Commit cb89aea

Browse files
committed
Support x86_64-based watchOS simulator target
1 parent d3c63fb commit cb89aea

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")
77
}
88
}
99

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ kotlin {
3232
target("watchosArm32")
3333
target("watchosArm64")
3434
target("watchosX86")
35+
target("watchosX64")
3536
target("tvosArm64")
3637
target("tvosX64")
3738
}

0 commit comments

Comments
 (0)