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.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.2 .0-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
88[ ![ KDoc link] ( https://img.shields.io/badge/API_reference-KDoc-blue )] ( https://kotlinlang.org/api/kotlinx.coroutines/ )
99[ ![ Slack channel] ( https://img.shields.io/badge/chat-slack-green.svg?logo=slack )] ( https://kotlinlang.slack.com/messages/coroutines/ )
1010
1111Library 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.2 .0 ` release.
1313
1414``` kotlin
1515suspend fun main () = coroutineScope {
@@ -94,7 +94,7 @@ And make sure that you use the latest Kotlin version:
9494
9595``` xml
9696<properties >
97- <kotlin .version>2.0 .0</kotlin .version>
97+ <kotlin .version>2.2 .0</kotlin .version>
9898</properties >
9999```
100100
@@ -113,10 +113,10 @@ And make sure that you use the latest Kotlin version:
113113``` kotlin
114114plugins {
115115 // For build.gradle.kts (Kotlin DSL)
116- kotlin(" jvm" ) version " 2.0 .0"
116+ kotlin(" jvm" ) version " 2.2 .0"
117117
118118 // For build.gradle (Groovy DSL)
119- id " org.jetbrains.kotlin.jvm" version " 2.0 .0"
119+ id " org.jetbrains.kotlin.jvm" version " 2.2 .0"
120120}
121121```
122122
0 commit comments