How do JetBrains & other people distribute Kot...
# javascript
n
How do JetBrains & other people distribute Kotlin libraries for the JavaScript platform? On Maven Central? NPM? Something else?
b
natpryce: I think it should depends on library kind and target auditory.
Kotlin JS stdlib available on both: Maven Central an NPM
n
Is the JAR with meta-info published on NPM? Or just the compiled javascript source?
b
On NPM, right now, it contains only
kotlin.js
and
kotlin.meta.js
files
n
Ta