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 {
22 id(" com.android.application" )
33 id(" org.jetbrains.kotlin.android" )
44 id(" org.jetbrains.kotlin.plugin.compose" )
5- kotlin( " plugin.serialization" ) version " 2.1.21 "
5+ id( " org.jetbrains.kotlin. plugin.serialization" )
66 id(" com.google.gms.google-services" )
77}
88
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ plugins {
55 id(" com.android.library" ) version " 8.10.1" apply false
66 id(" org.jetbrains.kotlin.android" ) version " 2.2.0" apply false
77 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
89 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
910}
Original file line number Diff line number Diff line change 22agp = " 8.10.1"
33coilCompose = " 2.7.0"
44firebaseBom = " 33.15.0"
5- kotlin = " 2.1.21 "
5+ kotlin = " 2.2.0 "
66coreKtx = " 1.16.0"
77junit = " 4.13.2"
88junitVersion = " 1.2.1"
You can’t perform that action at this time.
0 commit comments