Upgrade to Kotlin Coroutines 1.4.2

Closes gh-24392
This commit is contained in:
Stephane Nicoll 2020-12-08 05:20:58 +01:00
parent aadc7d3530
commit 3223e7cf39

View File

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