Skip to content

Commit

Permalink
added: kmmbridge support
Browse files Browse the repository at this point in the history
 - refactor base name
  • Loading branch information
hanrw committed Feb 3, 2024
1 parent da96029 commit 1198e64
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 @@ -14,9 +14,9 @@ kotlin {
// iosX64(),
// iosArm64(),
// iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "Shared"
).forEach { target ->
target.binaries.framework {
baseName = "Lemonsqueezy.Sdk"
isStatic = true
}
}
Expand Down

0 comments on commit 1198e64

Please sign in to comment.