You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the link in the documentation, but it seems that neither org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.4.2 nor org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.4.2-native-mt exists. the latest version I could find was 1.3.8here.
I am getting the following error when building in gradle:
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core-native/1.4.2/kotlinx-coroutines-core-native-1.4.2.pom
- https://jcenter.bintray.com/org/jetbrains/kotlinx/kotlinx-coroutines-core-native/1.4.2/kotlinx-coroutines-core-native-1.4.2.pom
- https://dl.bintray.com/kotlin/kotlinx/org/jetbrains/kotlinx/kotlinx-coroutines-core-native/1.4.2/kotlinx-coroutines-core-native-1.4.2.pom
Because I have all these repositories added to the build.gradle.kts:
There is only one publication since 1.4.0. You only need to declare kotlinx-coroutines-core as a dependency in commonMain, and the platform artifacts would be automatically pulled in.
I've followed the link in the documentation, but it seems that neither
org.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.4.2
nororg.jetbrains.kotlinx:kotlinx-coroutines-core-native:1.4.2-native-mt
exists. the latest version I could find was1.3.8
here.I am getting the following error when building in
gradle
:Because I have all these repositories added to the
build.gradle.kts
:So where can I find
1.4.2
, just as thereadme
says?The text was updated successfully, but these errors were encountered: