2
2
3
3
[ ![ JetBrains incubator project] ( https://jb.gg/badges/incubator.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
4
4
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
5
- <!-- [  ](https://bintray.com/kotlin/kotlinx/kotlinx. datetime/_latestVersion) -->
5
+ [ ![ Maven Central ] ( https://img.shields.io/maven-central/v/org.jetbrains. kotlinx/kotlinx- datetime.svg?label=Maven%20Central ) ]( https://search.maven.org/search?q=g:%22org.jetbrains.kotlinx%22%20AND%20a:%22kotlinx- datetime%22 )
6
6
7
7
8
8
A multiplatform Kotlin library for working with date and time.
@@ -247,7 +247,7 @@ The implementation of date/time types, such as `Instant`, `LocalDateTime`, `Time
247
247
248
248
The library is published to Maven Central.
249
249
250
- The library depends on the Kotlin Standard Library not lower than ` 1.4 .0 ` .
250
+ The library is compatible with the Kotlin Standard Library not lower than ` 1.5 .0 ` .
251
251
252
252
If you target Android devices running ** below API 26** , you need to use Android Gradle plugin 4.0 or newer
253
253
and enable [ core library desugaring] ( https://developer.android.com/studio/write/java8-support#library-desugaring ) .
@@ -268,7 +268,7 @@ kotlin {
268
268
sourceSets {
269
269
commonMain {
270
270
dependencies {
271
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.1.1 " )
271
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.2.0 " )
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.1.1 ")
282
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.0 ")
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.1.1 </version >
322
+ <version >0.2.0 </version >
323
323
</dependency >
324
324
```
325
325
0 commit comments