Skip to content

Commit 3d05713

Browse files
authored
Adding iOS support for kotlin multiplatform mobile apps (#1)
1 parent 5fbcc93 commit 3d05713

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ kotlin {
4343
}
4444
}
4545
}
46+
ios {
47+
binaries {
48+
framework {
49+
baseName = "ExpressionsEvaluator"
50+
}
51+
}
52+
}
4653
val hostOs = System.getProperty("os.name")
4754
val isMingwX64 = hostOs.startsWith("Windows")
4855
val nativeTarget = when {

0 commit comments

Comments
 (0)