Skip to content

Commit 4ce4a49

Browse files
add version to multiplatform in readme
1 parent 8558a54 commit 4ce4a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The Firebase Kotlin SDK uses Kotlin serialization to read and write custom class
6767

6868
```groovy
6969
plugins {
70-
kotlin("multiplatform") // or kotlin("jvm") or any other kotlin plugin
70+
kotlin("multiplatform") version "1.6.10" // or kotlin("jvm") or any other kotlin plugin
7171
kotlin("plugin.serialization") version "1.6.10"
7272
}
7373
```

0 commit comments

Comments
 (0)