For Kotlin exports to JS (with `@JsExport`), is th...
# multiplatform
k
For Kotlin exports to JS (with
@JsExport
), is there any possibility to set the module name, which by default is
packageA.packageB.packageC.packackgeD.theClassName
? For example, the code using a Kotlin npm module right now has to look like the screenshot attached, is there any option to maybe drop the whole long package name?