Is there any documentation about how to build a ko...
# javascript
n
Is there any documentation about how to build a kotlin multiplatform library for the Javascript platform using the command-line tools (e.g. not gradle)?
However, although I specify the -meta-info flag, the compiler does not generate a meta.js file. (I am using kotlinc-js 1.8.0 (JRE 19.0.1+10).
Is the -meta-info flag still supported in kotlinc-js? When I pass it to kotlinc-js, the compiler doesn’t generate a <module>.meta.js file.
I am using kotlinc-js version 1.8.10