Skip to content

Commit

Permalink
Revert kotlinx.serialization to 1.6.3
Browse files Browse the repository at this point in the history
```
Your current Kotlin version is 1.9.25, while kotlinx.serialization core runtime 1.7.1 requires at least Kotlin 2.0.0-RC1
```
  • Loading branch information
0x6675636b796f75676974687562 authored Jul 31, 2024
1 parent 3fad38f commit 2901382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.25"
okio = "3.8.0"
serialization = "1.7.1"
serialization = "1.6.3"
diktat = "1.2.5"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.6.0"
Expand Down

0 comments on commit 2901382

Please sign in to comment.