https://kotlinlang.org logo
#detekt
Title
# detekt
a

Andrew

03/10/2021, 12:24 PM
Hey folks 👋 I'm looking into removing jcenter given the news. But we I do that I run into an issue with detekt's dependency on:
kotlinx-html-jvm-0.6.12.pom
Copy code
Could not resolve all files for configuration ':detekt'.
   > Could not find org.jetbrains.kotlinx:kotlinx-html-jvm:0.6.12.
     Searched in the following locations:
       - <https://dl.google.com/dl/android/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.12/kotlinx-html-jvm-0.6.12.pom>
       - <https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.12/kotlinx-html-jvm-0.6.12.pom>
       - <https://jitpack.io/org/jetbrains/kotlinx/kotlinx-html-jvm/0.6.12/kotlinx-html-jvm-0.6.12.pom>
     Required by:
         project : > io.gitlab.arturbosch.detekt:detekt-cli:1.2.1
Is there a timeframe for
kotlinx-html-jvm-0.6.12.pom
to be moved away from jcenter?
b

Brais Gabin

03/10/2021, 12:26 PM
a

Andrew

03/10/2021, 12:26 PM
Thank you @Brais Gabin 🙂
b

Brais Gabin

03/10/2021, 12:27 PM
As soon as jetbrains fixes this. We want to move out jcenter too
14 Views