refactor: change dependency structure. core should not depend on data. Move repository interfaces to core. Move hilt bindings in the data model.

This commit is contained in:
2026-04-24 19:02:26 +02:00
parent 354314710b
commit 2433ececac
44 changed files with 73 additions and 53 deletions

View File

@@ -29,7 +29,6 @@ kotlin {
}
dependencies {
implementation(project(":data"))
implementation(project(":core-model"))
implementation(libs.hilt)
ksp(libs.hilt.compiler)