Skip to content

Commit 7fd7693

Browse files
committed
fix ios build
1 parent 04a100d commit 7fd7693

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kamel-samples/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ kotlin {
5656
iosX64(config)
5757
}
5858
iosTargets {
59+
binaries.framework {
60+
baseName = "shared"
61+
isStatic = true
62+
}
5963
binaries.forEach {
6064
it.apply {
6165
freeCompilerArgs += listOf(

0 commit comments

Comments
 (0)