We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You seem to be trying to download it from Google's repository and it is not there. You should add jcenter() or mavenCentral() repo:
jcenter()
mavenCentral()
repositories { jcenter() }
Sorry, something went wrong.
It might have been caused by the downtime of JCenter.
8e38418
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: