File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ The Firebase Kotlin SDK uses Kotlin serialization to read and write custom class
6363``` groovy
6464plugins {
6565 kotlin("multiplatform") // or kotlin("jvm") or any other kotlin plugin
66- kotlin("plugin.serialization") version "1.4 .10"
66+ kotlin("plugin.serialization") version "1.5 .10"
6767}
6868```
6969
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version = project.property("firebase-common.version") as String
99plugins {
1010 id(" com.android.library" )
1111 kotlin(" multiplatform" )
12- kotlin(" plugin.serialization" ) version " 1.5.0 "
12+ kotlin(" plugin.serialization" ) version " 1.5.10 "
1313}
1414
1515android {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version = project.property("firebase-firestore.version") as String
99plugins {
1010 id(" com.android.library" )
1111 kotlin(" multiplatform" )
12- kotlin(" plugin.serialization" ) version " 1.5.0 "
12+ kotlin(" plugin.serialization" ) version " 1.5.10 "
1313}
1414
1515android {
You can’t perform that action at this time.
0 commit comments