👋 Hi there! I've been a Kotlin fan way back since M11 or so and am now starting to play with multi-platform. We've got some functions we'd like to share between JS and JVM runtimes, but we already have a JS-based application that we don't want to re-write in Kotlin quite yet. I've done the tutorial here [1], which is fantastic, but
I'm not sure how I can use NPM to install it directly and call into the Kotlin library from my JavaScript project. Can anyone offer any pointers? I've maven-published the library, but I see no mention of NPM or how to use a kotlin library with NPM in this tutorial.
[1]:
https://kotlinlang.org/docs/tutorials/mpp/multiplatform-library.html