Upgrade to Kotlin Coroutines 1.3.4

Closes gh-20479
This commit is contained in:
Andy Wilkinson 2020-03-10 16:11:55 +00:00
parent 015668e9c4
commit 6f1218494a

View File

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