fix for iOS run

This commit is contained in:
2024-11-13 04:50:03 +03:00
parent 602db20f12
commit 57e9c2e6c4
2 changed files with 3 additions and 12 deletions
-8
View File
@@ -35,14 +35,6 @@ kotlin {
binaries.executable()
}
// export correct artifact to use all classes of library directly from Swift
targets.withType(org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget::class.java).all {
binaries.withType(org.jetbrains.kotlin.gradle.plugin.mpp.Framework::class.java).all {
export("dev.icerock.moko:mvvm-core:0.16.1")
export("dev.icerock.moko:mvvm-state:0.16.1")
}
}
androidTarget {
compilations.all {
compileTaskProvider {