In a Multiplatform project, how would I go about loading the JS artifact of a Kotlin/JS module into a Compose+Kotlin/JVM module?
My use case is I want to write a Kotlin/JS wrapper around
maplibre-gl and then load it into a web view embedded in a Compose Desktop app