Can't run gradlew detekt because of Could not reso...
# detekt
j
Can't run gradlew detekt because of Could not resolve org.jetbrains.kotlinxkotlinx html jvm0.7.1. Any ideas? Using Detekt 1.9.0
g
Do you have
jcenter()
in your repositories?
👆 1
j
yes
ok this might some kind of problem with our Nexus server acting as proxy
j
strange all other packages are proxied just fine
OK not Kotlin related but solved, I had http://jcenter.bintray.com in my Nexus settings, must use https instead
👍 1