Skip to content
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

Could not find org.jetbrains.kotlinx:atomicfu-common:0.12.1 #950

Closed
jamesward opened this issue Feb 14, 2019 · 3 comments
Closed

Could not find org.jetbrains.kotlinx:atomicfu-common:0.12.1 #950

jamesward opened this issue Feb 14, 2019 · 3 comments
Assignees

Comments

@jamesward
Copy link

jamesward commented Feb 14, 2019

Ktor Version

1.1.2

Ktor Engine Used(client or server and name)

Netty

JVM Version, Operating System and Relevant Context

1.8

Feedback

Following these instructions: https://ktor.io/quickstart/quickstart/gradle.html

I just have this:

repositories {
    mavenCentral()
}

But I get:

Could not find org.jetbrains.kotlinx:atomicfu-common:0.12.1.

Adding the jCenter() repo fixes it but either the docs need to be updated or ideally, the missing dep is released to Maven Central.

@cy6erGn0m
Copy link
Contributor

Latest atomicfu versions were not published to the maven centra for some reason. Will be published. For now the workaround is to use jcenter instead.

@cy6erGn0m
Copy link
Contributor

This should be fixed. Could you please verify?

@jamesward
Copy link
Author

Looks good! Thank you.

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