mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-21 09:13:16 +03:00
Chore: reformat build.gradle.kts
This commit is contained in:
parent
38e070a565
commit
12c704d89c
@ -7,12 +7,12 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
ksp(deps.kaidl.compiler)
|
|
||||||
kapt(deps.androidx.room.compiler)
|
|
||||||
|
|
||||||
implementation(project(":core"))
|
implementation(project(":core"))
|
||||||
implementation(project(":common"))
|
implementation(project(":common"))
|
||||||
|
|
||||||
|
ksp(deps.kaidl.compiler)
|
||||||
|
kapt(deps.androidx.room.compiler)
|
||||||
|
|
||||||
implementation(deps.kotlin.coroutine)
|
implementation(deps.kotlin.coroutine)
|
||||||
implementation(deps.kotlin.serialization.json)
|
implementation(deps.kotlin.serialization.json)
|
||||||
implementation(deps.androidx.core)
|
implementation(deps.androidx.core)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user