<https://github.com/Kotlin/kotlinx-nodejs> is dead...
# javascript
s
https://github.com/Kotlin/kotlinx-nodejs is dead, in favor of https://github.com/JetBrains/kotlin-wrappers/blob/master/kotlin-node/README.md right? Why not mark the repository as deprecated so that people don't waste time trying to pull it from jcenter (which no longer seems to work).
t
kotlin-node
is more useful. • It has common part with
kotlin-browser
(
kotlin-web
artifact) like
fetch
, streams, crypto, aborting and more • It has coroutines support 🙂 (
fs
functions for example)
s
Is it even downloadable anymore? It's hosted on
jcenter()
… where you can find my commits 🙂
s
Oh - I think I misunderstood you. You are saying the
kotlin-wrappers
version is more useful. I thought you were saying that the
kotlinx-nodejs
was more useful. the
kotlin-wrappers/kotlin-node
is what I'm using everywhere in my code now. Thanks.
v
Is it even downloadable anymore? It's hosted on jcenter()
Sure it is. JCenter - besides it's regular downtimes - was just switched to read-only. But everything that's there remains downloadable, besides the regular downtimes it already had when it was read/write.
1