waqas
04/03/2019, 3:14 PMkotlinOptions.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?Dico
04/03/2019, 9:17 PMwaqas
04/04/2019, 12:03 AM