Upgrade to Kotlin Coroutines 1.4.3

Closes gh-25719
This commit is contained in:
Stephane Nicoll
2021-03-17 14:25:36 +01:00
parent 758a2ee7ca
commit a8667daf52

View File

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