We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070ccc6 commit bf2d502Copy full SHA for bf2d502
sample/mpp-library/build.gradle.kts
@@ -29,4 +29,10 @@ cocoaPods {
29
podsProject = file("../ios-app/Pods/Pods.xcodeproj")
30
31
pod("MCRCDynamicProxy", onlyLink = true)
32
-}
+}
33
+
34
+kotlin.targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget>().configureEach {
35
+ binaries.withType<org.jetbrains.kotlin.gradle.plugin.mpp.Framework>().configureEach {
36
+ embedBitcode = org.jetbrains.kotlin.gradle.plugin.mpp.BitcodeEmbeddingMode.DISABLE
37
+ }
38
0 commit comments