araqnid
03/23/2020, 8:57 PMSebastian Aigner
03/23/2020, 9:01 PMkotlinx.html
is published under a different repository. Add this to your repositories
block (assuming you use kts) in your `build.gradle.kts`:
maven { setUrl("<https://dl.bintray.com/kotlin/kotlin-dev>") }
and in your settings.gradle.kts
, add
maven { setUrl("<https://dl.bintray.com/kotlin/kotlin-dev>") }
to the repositories
block. Hope this helps! 🙂Sebastian Aigner
03/23/2020, 9:01 PM0.7.1-build-1707
for kx.html
just fine.araqnid
03/23/2020, 9:07 PMaraqnid
03/23/2020, 9:07 PMaraqnid
03/23/2020, 9:08 PMbashor
03/23/2020, 9:16 PMkotlinx.cli
is not published for JS IR yet