for targeting JS, do I have to use the @JsModule within my Kotlin code? when I compile using ./gradlew compileProductionExecutableKotlinJs my code only gives me the general JS functionality (objects, arrays, etc) not my actual module that I wrote in Kotlin.
a
ankushg
03/05/2021, 9:18 PM
Is DCE perhaps removing your stuff?
If you're using the new IR, you might need to annotate with