Update kotlin_version to v2 (major) - autoclosed #71

Closed
renovate wants to merge 1 commits from renovate_major-kotlin_version into master
Showing only changes of commit 86860b0393 - Show all commits

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.8.10' ext.kotlin_version = '2.0.20'
repositories { repositories {
google() google()
mavenCentral() mavenCentral()