dima.avdeev 2 weeks ago committed by GitHub
parent
commit
a24b21be00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      examples/cocoapods-ios-example/shared/build.gradle.kts

4
examples/cocoapods-ios-example/shared/build.gradle.kts

@ -6,9 +6,6 @@ plugins {
}
kotlin {
@Suppress("OPT_IN_USAGE")
targetHierarchy.default()
androidTarget()
iosX64()
iosArm64()
@ -22,7 +19,6 @@ kotlin {
podfile = project.file("../iosApp/Podfile")
framework {
baseName = "shared"
isStatic = true
}
}

Loading…
Cancel
Save