hallvard
01/25/2019, 10:26 AMjs, jvm, metadata and metadata-sources, respectively. In the jar file containing javascripts, I only find "my own" javascripts, not the needed library javascript files kotlin.js and kotlinx-serialization-runtime-js.js. What's the magic formula to have those files packed in the jar file (using gradle)?
According to the kotlinlang.org docs, "Kotlin is distributed with kotlin.js standard library as a single file". But still need it to serve it to my clients. and I even can't find it in the project folders anywhere ...