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 a185449 + 6a720c0 commit 073a91cCopy full SHA for 073a91c
build.gradle.kts
@@ -39,7 +39,7 @@ kotlin {
39
dependencies {
40
implementation(kotlin("stdlib-common"))
41
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
42
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1")
43
}
44
45
val commonTest by getting {
0 commit comments