Join Slack
Powered by
How do JetBrains & other people distribute Kot...
# javascript
n
natpryce
06/30/2017, 10:18 AM
How do JetBrains & other people distribute Kotlin libraries for the JavaScript platform? On Maven Central? NPM? Something else?
b
bashor
06/30/2017, 10:31 AM
natpryce: I think it should depends on library kind and target auditory.
bashor
06/30/2017, 10:31 AM
Kotlin JS stdlib available on both: Maven Central an NPM
n
natpryce
06/30/2017, 10:34 AM
Is the JAR with meta-info published on NPM? Or just the compiled javascript source?
b
bashor
06/30/2017, 10:35 AM
On NPM, right now, it contains only
kotlin.js
and
kotlin.meta.js
files
bashor
06/30/2017, 10:36 AM
https://www.npmjs.com/package/kotlin
n
natpryce
06/30/2017, 10:43 AM
Ta
3
Views
Open in Slack
Previous
Next