4
4
[ ![ JetBrains official project] ( https://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
5
5
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( https://www.apache.org/licenses/LICENSE-2.0 )
6
6
[ ![ Download] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.10.2 )] ( https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.10.2 )
7
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.0 .0-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
7
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.1 .0-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
8
8
[ ![ KDoc link] ( https://img.shields.io/badge/API_reference-KDoc-blue )] ( https://kotlinlang.org/api/kotlinx.coroutines/ )
9
9
[ ![ Slack channel] ( https://img.shields.io/badge/chat-slack-green.svg?logo=slack )] ( https://kotlinlang.slack.com/messages/coroutines/ )
10
10
11
11
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
12
- This is a companion version for the Kotlin ` 2.0 .0 ` release.
12
+ This is a companion version for the Kotlin ` 2.1 .0 ` release.
13
13
14
14
``` kotlin
15
15
suspend fun main () = coroutineScope {
@@ -21,7 +21,7 @@ suspend fun main() = coroutineScope {
21
21
}
22
22
```
23
23
24
- > Play with coroutines online [ here] ( https://pl.kotl.in/9zva88r7S )
24
+ > Play with coroutines online [ here] ( https://pl.kotl.in/lPYtYEtD5 )
25
25
26
26
## Modules
27
27
@@ -94,7 +94,7 @@ And make sure that you use the latest Kotlin version:
94
94
95
95
``` xml
96
96
<properties >
97
- <kotlin .version>2.0 .0</kotlin .version>
97
+ <kotlin .version>2.1 .0</kotlin .version>
98
98
</properties >
99
99
```
100
100
@@ -113,10 +113,10 @@ And make sure that you use the latest Kotlin version:
113
113
``` kotlin
114
114
plugins {
115
115
// For build.gradle.kts (Kotlin DSL)
116
- kotlin(" jvm" ) version " 2.0 .0"
116
+ kotlin(" jvm" ) version " 2.1 .0"
117
117
118
118
// For build.gradle (Groovy DSL)
119
- id " org.jetbrains.kotlin.jvm" version " 2.0 .0"
119
+ id " org.jetbrains.kotlin.jvm" version " 2.1 .0"
120
120
}
121
121
```
122
122
0 commit comments