mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
Chore: use coroutine-android instead of core
This commit is contained in:
@@ -57,9 +57,12 @@ dependencies {
|
||||
api(project(":core"))
|
||||
api(project(":common"))
|
||||
|
||||
implementation(project(":kaidl:kaidl-runtime")) {
|
||||
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
|
||||
}
|
||||
|
||||
implementation(kotlin("stdlib-jdk7"))
|
||||
implementation(project(":kaidl:kaidl-runtime"))
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion")
|
||||
implementation("androidx.room:room-runtime:$roomVersion")
|
||||
implementation("androidx.room:room-ktx:$roomVersion")
|
||||
implementation("androidx.core:core-ktx:$coreVersion")
|
||||
|
||||
Reference in New Issue
Block a user