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 8558a54 commit 4ce4a49Copy full SHA for 4ce4a49
README.md
@@ -67,7 +67,7 @@ The Firebase Kotlin SDK uses Kotlin serialization to read and write custom class
67
68
```groovy
69
plugins {
70
- kotlin("multiplatform") // or kotlin("jvm") or any other kotlin plugin
+ kotlin("multiplatform") version "1.6.10" // or kotlin("jvm") or any other kotlin plugin
71
kotlin("plugin.serialization") version "1.6.10"
72
}
73
```
0 commit comments