I followed the official tutorial to create a mpp l...
# multiplatform
m
I followed the official tutorial to create a mpp library https://kotlinlang.org/docs/tutorials/mpp/multiplatform-library.html How can I import that library into a javascript project?
n
A kotlin js project or a plain js project?
m
Plain js
n
I haven't done that myself, but I'm sure there's a way to tell Gradle to publish your library to npm. I know the kotlin js libraries are available on npm for example