hi! i was using the `kotlin-multiplatform` gradle ...
# multiplatform
m
hi! i was using the
kotlin-multiplatform
gradle plugin to compile a k/n app into iOS, android, and javascript. i just tried to update from
1.3.40
to
1.3.50
and my javascript build broke, since the
compileKotlinJs
and
compileTestKotlinJs
tasks stopped producing a
package.json
file. is there a way to get this file to be produced again? i can tell from the 1.3.50 release notes that the “structure and naming of generated artifacts” for JS has changed, but I can’t find these new artifacts anywhere
m
are u sure about that? maybe refresh configuration take a look https://github.com/avdim/kotlin-mpp-js-browser I’ve update my test kotlinjs project with this kts file andd after compileKotlinJs - got package.json