Hi All, anyone please can tell me what is the late...
# kotlinx-html
p
Hi All, anyone please can tell me what is the latest version of
kotlinx.html
that I should use? By chance I found that the following works,
Copy code
compile "org.jetbrains.kotlinx:kotlinx-html:0.7.3"
but it does not work with
0.7.2
which is latest according to GitHub. I only have
mavenCentral()
in repositories (just removed
jcenter()
).
r
https://search.maven.org/search?q=g:org.jetbrains.kotlinx%20AND%20a:kotlinx-html is a good way to check, although sometimes there's reasons that a released version wasn't announced. But given that it was referenced in https://github.com/Kotlin/kotlinx.html/issues/173#issuecomment-826522662 I think you're good
p
Thanks, I appreciate your help!