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
63
63
``` groovy
64
64
plugins {
65
65
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"
67
67
}
68
68
```
69
69
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version = project.property("firebase-common.version") as String
9
9
plugins {
10
10
id(" com.android.library" )
11
11
kotlin(" multiplatform" )
12
- kotlin(" plugin.serialization" ) version " 1.5.0 "
12
+ kotlin(" plugin.serialization" ) version " 1.5.10 "
13
13
}
14
14
15
15
android {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version = project.property("firebase-firestore.version") as String
9
9
plugins {
10
10
id(" com.android.library" )
11
11
kotlin(" multiplatform" )
12
- kotlin(" plugin.serialization" ) version " 1.5.0 "
12
+ kotlin(" plugin.serialization" ) version " 1.5.10 "
13
13
}
14
14
15
15
android {
You can’t perform that action at this time.
0 commit comments