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 {
20
20
}
21
21
}
22
22
plugins {
23
- kotlin(" multiplatform" ) version(" 2.0 .21" ) apply false
24
- kotlin(" android" ) version(" 2.0 .21" ) apply false
23
+ kotlin(" multiplatform" ) version(" 2.1 .21" ) apply false
24
+ kotlin(" android" ) version(" 2.1 .21" ) apply false
25
25
id(" com.android.application" ) version(" 7.4.2" ) apply false
26
26
id(" com.android.library" ) version(" 7.4.2" ) apply false
27
27
id(" org.jetbrains.kotlin.kapt" ) version(Versions .kotlin)
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
`kotlin- dsl`
3
- kotlin(" jvm" ) version " 2.0 .21"
3
+ kotlin(" jvm" ) version " 2.1 .21"
4
4
}
5
5
6
6
repositories {
Original file line number Diff line number Diff line change 1
1
object Versions {
2
- const val kotlin = " 2.0 .21"
2
+ const val kotlin = " 2.1 .21"
3
3
const val lifecycle = " 2.6.1"
4
4
const val room = " 2.7.1"
5
5
const val navigation = " 2.5.3"
You can’t perform that action at this time.
0 commit comments