File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" com.android.application" )
3
3
id(" org.jetbrains.kotlin.android" )
4
4
id(" org.jetbrains.kotlin.plugin.compose" )
5
- kotlin( " plugin.serialization" ) version " 2.1.21 "
5
+ id( " org.jetbrains.kotlin. plugin.serialization" )
6
6
id(" com.google.gms.google-services" )
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ plugins {
5
5
id(" com.android.library" ) version " 8.10.1" apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.2.0" apply false
7
7
id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2.0" apply false
8
+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.2.0" apply false
8
9
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
10
}
Original file line number Diff line number Diff line change 2
2
agp = " 8.10.1"
3
3
coilCompose = " 2.7.0"
4
4
firebaseBom = " 33.15.0"
5
- kotlin = " 2.1.21 "
5
+ kotlin = " 2.2.0 "
6
6
coreKtx = " 1.16.0"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.2.1"
You can’t perform that action at this time.
0 commit comments