I have used kotlin/js. It works fine. It generates...
# announcements
i
I have used kotlin/js. It works fine. It generates lib/kotlin.js and module.js I am trying kotlin/multiplatform with common, js, jvm. I beleive I have everythign setup properly (expectedBy works fine). The problem I an running into now is that when I try to build the js part, I get "module.js" but I do not get "lib/kotlin.js" I have tried https://kotlinlang.org/docs/tutorials/javascript/getting-started-gradle/getting-started-with-gradle.html -- I have the *.js being benerated into web/ ... but still no lib/kotlin.js How do I get lib/kotlin.js with gradle + multiplatform kotlin project ?
🅱️ 1