Upgrade to Kotlin Coroutines 1.3.5

Closes gh-20773
This commit is contained in:
Andy Wilkinson 2020-04-01 09:41:00 +01:00
parent e384b3d00f
commit 797cf62bb7
1 changed files with 1 additions and 1 deletions

View File

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