I started getting an error on some projects using ...
# webassembly
e
I started getting an error on some projects using wasm-js after updating to Kotlin 2.2.20 saying that there is no task
kotlinWasmUpgradePackageLock
. Did something change with that? Most of my projects don't have that issue.
o
kotlin.js.yarn=false
missing in
gradle.properties
?
e
It's there. This project was working fine before updating.
Well the answer is that somehow my Kotlin version got downgraded to 2.1.20 instead of 2.2.20 🙈
😆 1