Skip to content

Commit

Permalink
fix ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Dec 28, 2024
1 parent 04a100d commit 7fd7693
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kamel-samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ kotlin {
iosX64(config)
}
iosTargets {
binaries.framework {
baseName = "shared"
isStatic = true
}
binaries.forEach {
it.apply {
freeCompilerArgs += listOf(
Expand Down

0 comments on commit 7fd7693

Please sign in to comment.