[SOLVED] I'm experiencing strange build behavior f...
# multiplatform
r
[SOLVED] I'm experiencing strange build behavior for Kotlin/WASM target, when
yarn.lock
just not generated during build (initial build). This can be fixed by manually adding it. But I believe this is not how it meant to work.
Copy code
gradleVersion = "8.4"
kotlin = "1.9.21"
This also comes with "Could not resolve dependency in npm" during
kotlinNpmInstall
The problem was with local
npm
and it's proxy settings