fix for iOS run
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user