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 8014f4d commit 4347072Copy full SHA for 4347072
README.md
@@ -18,7 +18,7 @@ open classes should be avoided.
18
implementation("de.brudaswen.kotlinx.serialization:kotlinx-serialization-csv:1.0.0")
19
20
// Kotlin Serialization is added automatically, but can be added to force a specific version
21
-implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0.0-RC")
+implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0-RC2")
22
```
23
24
## Usage
@@ -100,7 +100,7 @@ CSV serialization and parsing options can be changed by providing a custom `CsvC
100
101
| Dependency | Versions |
102
|--- |--- |
103
-| *Kotlin Serialization* | 1.0.0-RC |
+| *Kotlin Serialization* | 1.0.0-RC2 |
104
105
## License
106
0 commit comments