Skip to content

Commit 49afe28

Browse files
authored
Update README.md to reflect kotlin 1.9.20 (GitLiveApp#462)
1 parent 2b5afa4 commit 49afe28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ The Firebase Kotlin SDK uses Kotlin serialization to read and write custom class
7070

7171
```groovy
7272
plugins {
73-
kotlin("multiplatform") version "1.8.21" // or kotlin("jvm") or any other kotlin plugin
74-
kotlin("plugin.serialization") version "1.8.21"
73+
kotlin("multiplatform") version "1.9.20" // or kotlin("jvm") or any other kotlin plugin
74+
kotlin("plugin.serialization") version "1.9.20"
7575
}
7676
```
7777

0 commit comments

Comments
 (0)