mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-19 16:23:14 +03:00
Chore: reformat build.gradle.kts
This commit is contained in:
parent
38e070a565
commit
12c704d89c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user