Michael Bryant
09/03/2019, 9:41 PMkotlin-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 anywheremp
09/04/2019, 10:38 AM