We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e931e8 commit b431967Copy full SHA for b431967
README.md
@@ -178,7 +178,7 @@ The Firebase Kotlin SDK uses Kotlin serialization to read and write custom class
178
179
```groovy
180
plugins {
181
- kotlin("multiplatform") version "1.9.20" // or kotlin("jvm") or any other kotlin plugin
+ kotlin("multiplatform") version "2.0.20" // or kotlin("jvm") or any other kotlin plugin
182
kotlin("plugin.serialization") version "1.9.20"
183
}
184
```
0 commit comments