Upgrade to Kotlin Coroutines 1.4.1

Closes gh-24087
This commit is contained in:
Stephane Nicoll 2020-11-09 08:45:31 +01:00
parent d2d968ba16
commit 2a98e2eb98
1 changed files with 1 additions and 1 deletions

View File

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