question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jcenter stopped providing the dependency

See original GitHub issue

Hi all,

We started getting

 > Could not find org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.1.

a couple of hours ago and we had to update our configuration, adding a new maven repo:

maven { url "https://dl.bintray.com/kotlin/kotlinx" }

I would like to update the “Getting started” documentation, but I’m a bit afraid about modifying the wiki page 😂 However I hope this issue can help others ☮️

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:39
  • Comments:16 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
hamencommented, Jul 17, 2020

@wilj can you try this other repo please?

maven { url  "https://kotlin.bintray.com/kotlinx" }
4reactions
amellukcommented, Jul 17, 2020

The artifact was unlinked from JCenter per Kotlin’s team request.

Any idea why? this has caused lots of pain here and late delivery…

Read more comments on GitHub >

github_iconTop Results From Across the Web

JCenter Shutdown Impact on Gradle Builds
You can use gradle dependencies (or build scans) to determine which dependencies were not resolved or how they may have changed. The Gradle ......
Read more >
JCenter deprecation; impact on Gradle and Android
Gradle 7.0 will deprecate the use of jcenter() to resolve dependencies. You will still be able to use JCenter as a repository, but...
Read more >
JFrog to Shut down JCenter and Bintray - InfoQ
JFrog has announced that it is shutting down the Bintray asset hosting service, which includes the JCenter Java repository, often used by ...
Read more >
Upgrade Android Project from JCenter to Maven Central
The reason for this error is that the Android Core dependency still requires JCenter. Android Studio 4.1.2 and AGP (Android Gradle Plugin) still ......
Read more >
The jCenter & Bintray is Shutting Down. Now What?
Only the JCenter REST API and UI will be sunsetted on May 1st 2021. This means that if your app uses jcenter maven...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found