Hi all, I’ve a project with an old version of KM, ...
# multiplatform
d
Hi all, I’ve a project with an old version of KM, how can I update the project to the new version?
s
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
thanks!
s
It went pretty well when I went from like Kotlin 1.4 to 1.6. No issues really