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 b3bcb12 + 008fc3c commit c5d7fdbCopy full SHA for c5d7fdb
build.gradle.kts
@@ -41,7 +41,7 @@ kotlin {
41
dependencies {
42
implementation(kotlin("stdlib-common"))
43
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")
44
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
45
}
46
47
val commonTest by getting {
0 commit comments