I have another question (sorry). How can I generat...
# javascript
m
I have another question (sorry). How can I generate a kotlin/js library that I can use in a separate react project?
b
Kotlin.js.binaries.library() Then look for your js output in build/productionLibrary after build execution
I've also written petuska.dev/npm-publish to make customization easier
m
ok, Thanks
b
Let me know if that made little sense and I need to elaborate 😀