Hi I have `kotlinOptions.moduleKind = "umd"` in my...
# javascript
w
Hi I have
kotlinOptions.moduleKind = "umd"
in my jsMain block. Whenever I build it I get in
sharemodule/build/libs/sharedcode-js.jar
and sharedcode.js file only in
/build/classes/kotlin/js/main/sharedcode.js
For now I just want to test shared code in a separate very simple Kotlin-JS project. Which file I am suppose to include in new project to use sharedcode built for JS? Thread in #multiplatform
l
You should include the jar file as the compiler needs the .meta.js and .kjsm files which are included in the jar.