File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
2020 }
2121}
2222plugins {
23- kotlin(" multiplatform" ) version(" 2.0.21 " ) apply false
24- kotlin(" android" ) version(" 2.0.21 " ) apply false
23+ kotlin(" multiplatform" ) version(" 2.2.10 " ) apply false
24+ kotlin(" android" ) version(" 2.2.10 " ) apply false
2525 id(" com.android.application" ) version(" 7.4.2" ) apply false
2626 id(" com.android.library" ) version(" 7.4.2" ) apply false
2727 id(" org.jetbrains.kotlin.kapt" ) version(Versions .kotlin)
Original file line number Diff line number Diff line change 11plugins {
22 `kotlin- dsl`
3- kotlin(" jvm" ) version " 2.0.21 "
3+ kotlin(" jvm" ) version " 2.2.10 "
44}
55
66repositories {
Original file line number Diff line number Diff line change 11object Versions {
2- const val kotlin = " 2.0.21 "
2+ const val kotlin = " 2.2.10 "
33 const val lifecycle = " 2.6.1"
44 const val room = " 2.7.1"
55 const val navigation = " 2.5.3"
You can’t perform that action at this time.
0 commit comments