Edouard Goossens
07/20/2018, 7:58 PMrequire("kotlinx-serialization-runtime-js")
so how can I make sure it always finds it? Ultimately I want to be able to export my module as an npm package so it should either specify it’s dependency on kotlin libs as npm packages (probably the preferred way?) or bundle the runtime libs in the package?sandwwraith
07/21/2018, 11:50 AMkotlinx-serialization-runtime-js
from npm was published unofficially by someone, so I don’t know if he’s going to update it. Probably you can do similar thing, publish it unofficially.Edouard Goossens
07/28/2018, 12:13 PM