kotlinx.coroutines
库依赖项。
示例:
dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.0.1'
}
该快速修复会将 kotlinx.coroutines
库版本更改为与 Kotlin 1.3 兼容的版本:
dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.27.0-eap13'
}