Trying to create a NPM package with kotlin multiplatform plugin

Hello. The documentation is not ready yet, we’re working on it: https://youtrack.jetbrains.com/issue/KT-32137

I just tried it myself with the latest Kotlin plugin EAP: Kotlin 1.3.60 Early Access Preview (New project → Multiplatform Library):

3:26:48 PM: Executing task 'compileKotlinJs'...


> Configure project :
Kotlin Multiplatform Projects are an experimental feature.

> Task :jsPackageJson UP-TO-DATE
> Task :kotlinNodeJsSetup SKIPPED
Download https://github.com/yarnpkg/yarn/releases/download/v1.15.2/yarn-v1.15.2.tar.gz
> Task :kotlinNpmInstall
> Task :compileKotlinJs

BUILD SUCCESSFUL in 17s

Then look in build/js/packages/mpp-js: the package.json file is generated automatically. Does it work for you?