Skip to content

Gradle Down #307

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
michaelfretz opened this issue Mar 31, 2018 · 2 comments
Closed

Gradle Down #307

michaelfretz opened this issue Mar 31, 2018 · 2 comments

Comments

@michaelfretz
Copy link

michaelfretz commented Mar 31, 2018

I added the library to gradle as described but it seems to be down.

It links to:
https://dl.google.com/dl/android/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.22.5/kotlinx-coroutines-core-0.22.5.pom

But there I got first a 502 and then a 404

Edit: can be fixed when getting it from maven

@elizarov
Copy link
Contributor

elizarov commented Apr 3, 2018

You seem to be trying to download it from Google's repository and it is not there. You should add jcenter() or mavenCentral() repo:

repositories {
    jcenter()
}

@elizarov
Copy link
Contributor

elizarov commented Apr 3, 2018

It might have been caused by the downtime of JCenter.

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

2 participants