Chore: reformat build.gradle.kts
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user