waqas
04/04/2019, 6:52 AMkotlinOptions.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 #multiplatformLawik
04/04/2019, 7:25 AM