Skip to content

Commit 10261a7

Browse files
authored
Update readme (#3343)
1 parent 7934032 commit 10261a7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[![JetBrains official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
55
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
66
[![Download](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.6.3)](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.6.3/pom)
7-
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
7+
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
88
[![Slack channel](https://img.shields.io/badge/chat-slack-green.svg?logo=slack)](https://kotlinlang.slack.com/messages/coroutines/)
99

1010
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
11-
This is a companion version for the Kotlin `1.6.0` release.
11+
This is a companion version for the Kotlin `1.6.21` release.
1212

1313
```kotlin
1414
suspend fun main() = coroutineScope {
@@ -188,14 +188,6 @@ Kotlin/Native version of `kotlinx.coroutines` is published as
188188
[`kotlinx-coroutines-core-$platform`](https://mvnrepository.com/search?q=kotlinx-coroutines-core-) where `$platform` is
189189
the target Kotlin/Native platform. [List of currently supported targets](https://github.com/Kotlin/kotlinx.coroutines/blob/master/gradle/compile-native-multiplatform.gradle#L16).
190190

191-
192-
Only single-threaded code (JS-style) on Kotlin/Native is supported in stable versions.
193-
Additionally, a special `-native-mt` version is released on a regular basis, for the state of multi-threaded coroutines support
194-
please follow the [corresponding issue](https://github.com/Kotlin/kotlinx.coroutines/issues/462) for the additional details.
195-
196-
Since Kotlin/Native does not generally provide binary compatibility between versions,
197-
you should use the same version of the Kotlin/Native compiler as was used to build `kotlinx.coroutines`.
198-
199191
## Building and Contributing
200192

201193
See [Contributing Guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)