|
|
@@ -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)
|