Skip to content

Commit

Permalink
Fixed iOS build error
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Sep 18, 2024
1 parent b3d0efb commit f8ec4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ kotlin {
iosSimulatorArm64()
).forEach {
it.binaries.framework {
baseName = "composeApp"
isStatic = true
baseName = "shared"
isStatic = false
}
}

Expand Down

0 comments on commit f8ec4e7

Please sign in to comment.