Skip to content

Commit

Permalink
added: kmmbridge support
Browse files Browse the repository at this point in the history
 - Publish KMMBridge
  • Loading branch information
hanrw committed Feb 2, 2024
1 parent 31744b9 commit 429a131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ kotlin {
jvm()
listOf(
macosArm64(),
iosX64(),
iosArm64(),
iosSimulatorArm64()
// iosX64(),
// iosArm64(),
// iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "Shared"
Expand Down

0 comments on commit 429a131

Please sign in to comment.