We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5afa4 commit 49afe28Copy full SHA for 49afe28
README.md
@@ -70,8 +70,8 @@ The Firebase Kotlin SDK uses Kotlin serialization to read and write custom class
70
71
```groovy
72
plugins {
73
- kotlin("multiplatform") version "1.8.21" // or kotlin("jvm") or any other kotlin plugin
74
- kotlin("plugin.serialization") version "1.8.21"
+ kotlin("multiplatform") version "1.9.20" // or kotlin("jvm") or any other kotlin plugin
+ kotlin("plugin.serialization") version "1.9.20"
75
}
76
```
77
0 commit comments