Hi everyone, after updating to Kotlin 1.9.21 (from...
# multiplatform
j
Hi everyone, after updating to Kotlin 1.9.21 (from 1.8.22), I'm getting this error `yarn.lock was changed. Run the
kotlinUpgradeYarnLock
task to actualize yarn.lock file` in the CI. I've run
kotlinUpgradeYarnLock
but still getting error 🤔. Has anyone else experienced this problem? Thank you
t
cc @Ilya Goncharov [JB]
a
I had this issue a few times a while ago,
clean
helped in my case.
i
Which state do
kotlinNpmInstall
and
kotlinStoreYarnLock
tasks have?