Did something break with the distribution of 0.7.2...
# kotlinx-html
m
Did something break with the distribution of 0.7.2? We're getting failures in resolving it:
Copy code
* What went wrong:
Execution failed for task ':app:androidDependencies'.
> Could not resolve all artifacts for configuration ':app:devDebugCompileClasspath'.
   > Could not resolve org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2.
     Required by:
         project :app
      > Could not resolve org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2.
         > Could not get resource '<https://kotlin.bintray.com/kotlinx/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.2/kotlinx-html-jvm-0.7.2.pom>'.
            > Could not GET '<https://kotlin.bintray.com/kotlinx/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.2/kotlinx-html-jvm-0.7.2.pom>'. Received status code 403 from server: Forbidden
g
That’s because custom bintray repositories (where kotlinx-html was hosted) have been shut down. You should ideally bump to
0.7.3
and point to maven central: https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-html/0.7.3/jar