Kathrin Petrova
08/18/2020, 2:18 PMKris Wong
08/18/2020, 2:31 PMArchie
08/18/2020, 3:17 PMkotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9")
}
}
}
}
and all dependencies for other platforms are provided.
I was wondering what version does this provide for Kotlin/Native? I assume its 1.3.9 as well. My question is if this is the case, so does it mean that if i want to try out 1.3.8-native-mt-1.4.0-rc
I have to still manually add it in as dependency in native right?Kris Wong
08/18/2020, 3:19 PMlouiscad
08/18/2020, 7:48 PM