Kotlin Multiplatform - Generating JS library (nodejs module)

495 views Asked by At

./gradlew jsJar (assemble) is not creating package.json in jar. What is the best way to create a zip /publish an npm module using kotlin multiplatform? However, I can see the package.json is created in build/js/packages/{myproject}/ folder during the build process.

0

There are 0 answers