Skip to content

Where can I get native 1.4.2 from? #2447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andrasferenczi opened this issue Dec 12, 2020 · 1 comment
Closed

Where can I get native 1.4.2 from? #2447

andrasferenczi opened this issue Dec 12, 2020 · 1 comment
Assignees

Comments

@andrasferenczi
Copy link

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.8 here.

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:

repositories {
    mavenCentral()
    jcenter()
    maven(url = "https://dl.bintray.com/kotlin/kotlinx/")
}

So where can I find 1.4.2, just as the readme says?

@andersio
Copy link

andersio commented Dec 17, 2020

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.

https://kotlinlang.org/docs/reference/whatsnew14.html#specifying-dependencies-only-once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants