https://kotlinlang.org logo
d

Dimitri Giani

05/31/2022, 9:36 AM
Hi all, I’ve a project with an old version of KM, how can I update the project to the new version?
s

Sebastien Leclerc Lavallee

05/31/2022, 1:30 PM
You need to update the versions of the dependencies inside your build.gradle. Check your Kotlin version and also each dependencies and see with which version of Kotlin they are compiled against
d

Dimitri Giani

05/31/2022, 2:10 PM
thanks!
s

Sebastien Leclerc Lavallee

05/31/2022, 2:11 PM
It went pretty well when I went from like Kotlin 1.4 to 1.6. No issues really
3 Views