File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.6.0-RC.2
4+
5+ - Support Android NDK targets ([ #344 ] ( https://github.com/Kotlin/kotlinx-datetime/pull/344 ) )
6+ - Ensure ABI compatibility with v0.5.0 ([ #357 ] ( https://github.com/Kotlin/kotlinx-datetime/pull/357 ) )
7+
38## 0.6.0-RC
49
510- Introduce the widely requested API for locale-invariant parsing and formatting ([ #343 ] ( https://github.com/Kotlin/kotlinx-datetime/pull/343 ) )
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ kotlin {
435435 sourceSets {
436436 commonMain {
437437 dependencies {
438- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC" )
438+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC.2 " )
439439 }
440440 }
441441 }
@@ -446,7 +446,7 @@ kotlin {
446446
447447``` groovy
448448dependencies {
449- implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC")
449+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC.2 ")
450450}
451451```
452452
@@ -486,7 +486,7 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
486486<dependency >
487487 <groupId >org.jetbrains.kotlinx</groupId >
488488 <artifactId >kotlinx-datetime-jvm</artifactId >
489- <version >0.6.0-RC</version >
489+ <version >0.6.0-RC.2 </version >
490490</dependency >
491491```
492492
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22org.gradle.java.installations.fromEnv =JDK_8
33
44group =org.jetbrains.kotlinx
5- version =0.6.0-RC
5+ version =0.6.0-RC.2
66versionSuffix =SNAPSHOT
77
88defaultKotlinVersion =1.9.21
You can’t perform that action at this time.
0 commit comments