Upgrade to Kotlin Coroutines 1.6.3-native-mt

Closes gh-31742
This commit is contained in:
Stephane Nicoll 2022-07-14 17:11:04 +02:00
parent 611514ae89
commit 38e90497ac
1 changed files with 1 additions and 1 deletions

View File

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