File tree 4 files changed +7
-7
lines changed
kotlinx-coroutines-core/jvm/resources
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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.6.4 )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.6.4/pom )
7
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.7.20 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
7
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.8.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
8
8
[ ![ Slack channel] ( https://img.shields.io/badge/chat-slack-green.svg?logo=slack )] ( 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.7.20 ` release.
11
+ This is a companion version for the Kotlin ` 1.8.10 ` release.
12
12
13
13
``` kotlin
14
14
suspend fun main () = coroutineScope {
@@ -93,7 +93,7 @@ And make sure that you use the latest Kotlin version:
93
93
94
94
``` xml
95
95
<properties >
96
- <kotlin .version>1.7.20 </kotlin .version>
96
+ <kotlin .version>1.8.10 </kotlin .version>
97
97
</properties >
98
98
```
99
99
@@ -112,10 +112,10 @@ And make sure that you use the latest Kotlin version:
112
112
``` kotlin
113
113
plugins {
114
114
// For build.gradle.kts (Kotlin DSL)
115
- kotlin(" jvm" ) version " 1.7.20 "
115
+ kotlin(" jvm" ) version " 1.8.10 "
116
116
117
117
// For build.gradle (Groovy DSL)
118
- id " org.jetbrains.kotlin.jvm" version " 1.7.20 "
118
+ id " org.jetbrains.kotlin.jvm" version " 1.8.10 "
119
119
}
120
120
```
121
121
Original file line number Diff line number Diff line change 5
5
# Kotlin
6
6
version =1.6.4-SNAPSHOT
7
7
group =org.jetbrains.kotlinx
8
- kotlin_version =1.8.0-Beta
8
+ kotlin_version =1.8.10
9
9
10
10
# Dependencies
11
11
junit_version =4.12
Original file line number Diff line number Diff line change 1
- kotlin_version =1.7.20
1
+ kotlin_version =1.8.10
2
2
coroutines_version =1.6.4-SNAPSHOT
3
3
asm_version =9.3
4
4
You can’t perform that action at this time.
0 commit comments