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.
2 parents b876530 + 492583c commit 85f9d24Copy full SHA for 85f9d24
1 file changed
build.gradle.kts
@@ -39,7 +39,7 @@ repositories {
39
40
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
41
dependencies {
42
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
43
// compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
44
45
testImplementation(libs.junit)
0 commit comments