Rostislav Utrobin
04/28/2020, 4:23 AMRostislav Utrobin
04/28/2020, 4:24 AMArtyom Degtyarev [JB]
04/29/2020, 9:34 AMRostislav Utrobin
04/29/2020, 10:04 AMArtyom Degtyarev [JB]
04/29/2020, 10:12 AMkotlin {
targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget> {
compilations.all {
dependencies {
implementation("org.jetbrains.kotlin.native.xcode:kotlin-native-xcode-11-4-workaround:1.3.72.0")
}
}
}
}
Rostislav Utrobin
04/29/2020, 10:24 AMArtyom Degtyarev [JB]
04/29/2020, 10:33 AMcommonMain
block?Rostislav Utrobin
04/30/2020, 3:53 AMimplementation("workaround..")
from commonMain
and added to compilations.all
Artyom Degtyarev [JB]
04/30/2020, 7:24 AMTargets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget>
this line must prohibit setting this dependency for any android target. Can you post the details from the error log, please?Rostislav Utrobin
04/30/2020, 8:33 AMRostislav Utrobin
04/30/2020, 8:33 AMArtyom Degtyarev [JB]
04/30/2020, 8:42 AM@objc
, but I’m not sure it’s enough to use it.Rostislav Utrobin
04/30/2020, 9:28 AM