File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ plugins {
2626 id(" firebase-ci" )
2727 id(" smoke-tests" )
2828 alias(libs.plugins.google.services)
29+ alias(libs.plugins.kotlinx.serialization) apply false
2930}
3031
3132extra[" targetSdkVersion" ] = 34
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ runner = "1.0.2"
6868rxandroid = " 2.0.2"
6969rxjava = " 2.1.14"
7070serialization = " 1.5.1"
71- serialization-plugin = " 1.8.22"
7271slf4jNop = " 2.0.9"
7372spotless = " 7.0.0.BETA3"
7473testServices = " 1.2.0"
@@ -231,7 +230,7 @@ maven-resolver = [
231230
232231[plugins ]
233232kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
234- kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " serialization-plugin " }
233+ kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin " }
235234spotless = { id = " com.diffplug.spotless" , version.ref = " spotless" }
236235protobuf = { id = " com.google.protobuf" , version.ref = " protobufGradlePlugin" }
237236errorprone = { id = " net.ltgt.errorprone" , version.ref = " gradleErrorpronePlugin" }
You can’t perform that action at this time.
0 commit comments