File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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.7.0-Beta )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.7.0-Beta/pom )
7- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.8.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
7+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.8.20 -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
1010Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
11- This is a companion version for the Kotlin ` 1.8.10 ` release.
11+ This is a companion version for the Kotlin ` 1.8.20 ` release.
1212
1313``` kotlin
1414suspend fun main () = coroutineScope {
@@ -93,7 +93,7 @@ And make sure that you use the latest Kotlin version:
9393
9494``` xml
9595<properties >
96- <kotlin .version>1.8.10 </kotlin .version>
96+ <kotlin .version>1.8.20 </kotlin .version>
9797</properties >
9898```
9999
@@ -112,10 +112,10 @@ And make sure that you use the latest Kotlin version:
112112``` kotlin
113113plugins {
114114 // For build.gradle.kts (Kotlin DSL)
115- kotlin(" jvm" ) version " 1.8.10 "
115+ kotlin(" jvm" ) version " 1.8.20 "
116116
117117 // For build.gradle (Groovy DSL)
118- id " org.jetbrains.kotlin.jvm" version " 1.8.10 "
118+ id " org.jetbrains.kotlin.jvm" version " 1.8.20 "
119119}
120120```
121121
Original file line number Diff line number Diff line change 55# Kotlin
66version =1.7.0-Beta-SNAPSHOT
77group =org.jetbrains.kotlinx
8- kotlin_version =1.8.10
8+ kotlin_version =1.8.20
99
1010# Dependencies
1111junit_version =4.12
1212junit5_version =5.7.0
13- atomicfu_version =0.20.0
13+ atomicfu_version =0.20.2
1414knit_version =0.4.0
1515html_version =0.7.2
1616lincheck_version =2.16
Original file line number Diff line number Diff line change 1- kotlin_version =1.8.10
1+ kotlin_version =1.8.20
22coroutines_version =1.7.0-Beta-SNAPSHOT
33asm_version =9.3
44
You can’t perform that action at this time.
0 commit comments