Hi I have `kotlinOptions.moduleKind = "umd"` in my...
# multiplatform
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?
d
#javascript
w
But I'm also interested if that's what jsMain is suppose to generate from common module.