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 f377d86 + a87e74d commit a8e6d2cCopy full SHA for a8e6d2c
build.gradle.kts
@@ -36,7 +36,7 @@ kotlin {
36
val commonMain by getting {
37
dependencies {
38
implementation(kotlin("stdlib-common"))
39
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
40
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
41
}
42
0 commit comments