File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ kotlin {
268268 sourceSets {
269269 commonMain {
270270 dependencies {
271- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.2.0 " )
271+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.2.1 " )
272272 }
273273 }
274274 }
@@ -279,7 +279,7 @@ kotlin {
279279
280280``` groovy
281281dependencies {
282- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.0 ")
282+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.1 ")
283283}
284284```
285285
@@ -319,7 +319,7 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
319319<dependency >
320320 <groupId >org.jetbrains.kotlinx</groupId >
321321 <artifactId >kotlinx-datetime-jvm</artifactId >
322- <version >0.2.0 </version >
322+ <version >0.2.1 </version >
323323</dependency >
324324```
325325
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
33group =org.jetbrains.kotlinx
4- version =0.2.0
4+ version =0.2.1
55versionSuffix =SNAPSHOT
66
77serializationVersion =1.2.1
You can’t perform that action at this time.
0 commit comments