Upgrade to Kotlin Coroutines 1.4.0

Close gh-23913
This commit is contained in:
Stephane Nicoll
2020-10-27 03:58:26 +01:00
parent f476051906
commit a7f6c3652a

View File

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