Upgrade to Kotlin Coroutines 1.4.3

Closes gh-25671
This commit is contained in:
Andy Wilkinson 2021-03-16 11:32:25 +00:00
parent e404b2fad3
commit 7d340035fd

View File

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