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 2d5ca0c + 92ac9a0 commit b3bcb12Copy full SHA for b3bcb12
build.gradle.kts
@@ -40,7 +40,7 @@ kotlin {
40
val commonMain by getting {
41
dependencies {
42
implementation(kotlin("stdlib-common"))
43
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")
44
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
45
}
46
0 commit comments