Hello. After upgrading Kotlin from 1.8.20 to Kotlin 1.9.20 suddenly CI job on Gitlab started to crash with
`yarn.lock was changed. Run the
kotlinUpgradeYarnLock
task to actualize yarn.lock file`
This is weird, because nothing else changed
I tried to invoke "kotlinUpgradeYarnLock" on CI and download result yarn.lock. On CI there is no "Dukat" library and its dependencies (typescript and protobuf)
Do you have any idea why this could be happening? If I revert to kotlin 1.8.20, everything works well
i
Ilya Goncharov [JB]
11/22/2023, 10:20 AM
Dukat integration was removed because it broke Gradle plugin lifecycle (KT-54445)
We are thinking how we can implement it in more smoothly way (KT-54395)