We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b25a0 commit 94a6566Copy full SHA for 94a6566
build.gradle.kts
@@ -46,6 +46,7 @@ kotlin {
46
nodejs()
47
}
48
49
+ macosArm64()
50
iosX64()
51
iosArm64()
52
iosArm32()
@@ -83,7 +84,5 @@ kotlin {
83
84
val jsTest by getting
85
val nativeMain by getting
86
val nativeTest by getting
- //val iosMain by getting
87
- //val iosSimulatorArm64Main by getting
88
89
0 commit comments