File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ kotlin {
268
268
sourceSets {
269
269
commonMain {
270
270
dependencies {
271
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.2.0 " )
271
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.2.1 " )
272
272
}
273
273
}
274
274
}
@@ -279,7 +279,7 @@ kotlin {
279
279
280
280
``` groovy
281
281
dependencies {
282
- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.0 ")
282
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.1 ")
283
283
}
284
284
```
285
285
@@ -319,7 +319,7 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
319
319
<dependency >
320
320
<groupId >org.jetbrains.kotlinx</groupId >
321
321
<artifactId >kotlinx-datetime-jvm</artifactId >
322
- <version >0.2.0 </version >
322
+ <version >0.2.1 </version >
323
323
</dependency >
324
324
```
325
325
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2
2
3
3
group =org.jetbrains.kotlinx
4
- version =0.2.0
4
+ version =0.2.1
5
5
versionSuffix =SNAPSHOT
6
6
7
7
serializationVersion =1.2.1
You can’t perform that action at this time.
0 commit comments