Skip to content

Commit 89a0aac

Browse files
committed
Extend MPP build target list
1 parent 3dbdbaa commit 89a0aac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ val JDK_6: String by project
1212
kotlin {
1313
infra {
1414
target("macosX64")
15+
target("iosX64")
16+
target("iosArm64")
17+
target("iosArm32")
1518
target("linuxX64")
1619
target("mingwX64")
1720
}

0 commit comments

Comments
 (0)