mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
Chore: reformat build.gradle.kts
This commit is contained in:
@@ -7,12 +7,12 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
ksp(deps.kaidl.compiler)
|
||||
kapt(deps.androidx.room.compiler)
|
||||
|
||||
implementation(project(":core"))
|
||||
implementation(project(":common"))
|
||||
|
||||
ksp(deps.kaidl.compiler)
|
||||
kapt(deps.androidx.room.compiler)
|
||||
|
||||
implementation(deps.kotlin.coroutine)
|
||||
implementation(deps.kotlin.serialization.json)
|
||||
implementation(deps.androidx.core)
|
||||
|
||||
Reference in New Issue
Block a user