Hi. Is there a way to generate a separate JS file ...
# javascript
g
Hi. Is there a way to generate a separate JS file from a single Kotlin file with the Kotlin js gradle plugin (without making a separate gradle module)?
b
Use kotlin mpp plugin and declare multiple js sourceSets