Rita Curado
09/11/2020, 5:25 PMCould not find org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.3.9.
streetsofboston
09/11/2020, 5:31 PM-native
part. That is now all handled by the meta-data in org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9
Rita Curado
09/11/2020, 5:32 PMorg.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.9
?streetsofboston
09/11/2020, 5:38 PMimplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9")
in your commonMain
only should suffice. The iosMain
and androidMain
should pick it up from commonMain
automatically.Rita Curado
09/11/2020, 5:40 PMlouiscad
09/11/2020, 8:35 PM