org.jetbrains:kotlin-extensions:1.0.1-pre.93-kotli...
# javascript
a
org.jetbrainskotlin extensions1.0.1-pre.93-kotlin-1.4-M1 depends on org.jetbrains.kotlinxkotlinx html js0.7.1-build-1707 which doesn’t seem to be published — the “try 1.4-M1” post says there are issues with the wrappers in the new JS backend, but was this an expected outcome?
s
Hi and sorry for the inconvenience!
kotlinx.html
is published under a different repository. Add this to your
repositories
block (assuming you use kts) in your `build.gradle.kts`:
Copy code
maven { setUrl("<https://dl.bintray.com/kotlin/kotlin-dev>") }
and in your
settings.gradle.kts
, add
Copy code
maven { setUrl("<https://dl.bintray.com/kotlin/kotlin-dev>") }
to the
repositories
block. Hope this helps! 🙂
Then it should resolve
0.7.1-build-1707
for
kx.html
just fine.
a
great, thanks 👍🏻
is there a kotlinx.cli built with the JS IR compiler?
although the surface of that is small enough I can work round it, I’m just evaluating right now obviously
b
sorry, but
kotlinx.cli
is not published for JS IR yet