Upgrade to Kotlin Coroutines 1.4.0-M1

Closes gh-23678
This commit is contained in:
Stephane Nicoll 2020-10-13 15:34:05 +02:00
parent 5d5afbc70d
commit 8857db81e4
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.3.9") {
library("Kotlin Coroutines", "1.4.0-M1") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"