Upgrade to Kotlin Coroutines 1.6.4

Closes gh-31742
This commit is contained in:
Stephane Nicoll 2022-07-19 14:12:20 +02:00
parent 4278683f26
commit 4449f41cf5

View File

@ -1100,7 +1100,7 @@ bom {
]
}
}
library("Kotlin Coroutines", "1.6.3-native-mt") {
library("Kotlin Coroutines", "1.6.4") {
group("org.jetbrains.kotlinx") {
imports = [
"kotlinx-coroutines-bom"