I'm not shure if this is the right channel. But I have a question regarding a multiplatform library project. We are developing a multiplatform library that will be used in a backend service written in Kotlin (JVM) and in a frontend written in JavaScript. But we did not find a good way to embed the generated JS-Code (including dependencies like kotlin-stdlib and kotlinx-serialization) in our javascript build process. Is there any way to generate a npm-package for the javascript part of a multiplatform-project. Or at least a way to generate a compiled JavaScript file that includes the needed dependencies?