|
4 | 4 | [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) |
5 | 5 | [](https://www.apache.org/licenses/LICENSE-2.0) |
6 | 6 | [](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.6.3/pom) |
7 | | -[](http://kotlinlang.org) |
| 7 | +[](http://kotlinlang.org) |
8 | 8 | [](https://kotlinlang.slack.com/messages/coroutines/) |
9 | 9 |
|
10 | 10 | 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. |
12 | 12 |
|
13 | 13 | ```kotlin |
14 | 14 | suspend fun main() = coroutineScope { |
@@ -188,14 +188,6 @@ Kotlin/Native version of `kotlinx.coroutines` is published as |
188 | 188 | [`kotlinx-coroutines-core-$platform`](https://mvnrepository.com/search?q=kotlinx-coroutines-core-) where `$platform` is |
189 | 189 | the target Kotlin/Native platform. [List of currently supported targets](https://github.com/Kotlin/kotlinx.coroutines/blob/master/gradle/compile-native-multiplatform.gradle#L16). |
190 | 190 |
|
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 | | - |
199 | 191 | ## Building and Contributing |
200 | 192 |
|
201 | 193 | See [Contributing Guidelines](CONTRIBUTING.md). |
|
0 commit comments