Upgrade to Kotlin Coroutines 1.3.6

Closes gh-21408
This commit is contained in:
Stephane Nicoll 2020-05-12 08:55:04 +02:00
parent 74a70c8200
commit dd13c226b5

View File

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