Do we have a common place to share kotlin wrappers...
# javascript
g
Do we have a common place to share kotlin wrappers for js modules from NPM?
s
I'm not sure about full-blown wrappers, but we have a place for external declaratons: https://github.com/Kotlin/js-externals .
🔥 1
j
Has JB considered offering bounties for help in writing more wrappers to increase adoption?
j
Wait this is where we're supposed to be contributing bindings? How often are releases if we (the community) start actively contributing?
👍 2
g
Cool ! Scares me a little to see the last commit was 6 months ago 😱
Also there’s react in there but you guys released @ jetbrains/kotlin-react so is that external still relevant?
Another thing, how can I depend on another externals (for instance, React)?
g
We also have https://github.com/JetBrains/kotlin-wrappers. But I became a little disappointed with the comment on this issue: https://github.com/JetBrains/kotlin-wrappers/issues/27#issuecomment-351454881 I think we should have as many as possible wrapper for javascript libraries. Indeed, It could be bery nice if we have a clone of the typescript definitions repository in kotlin.
g
The current state is quite confusing indeed