mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
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:
@@ -30,6 +30,7 @@ kotlin {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core-model"))
|
||||
implementation(project(":core"))
|
||||
implementation(libs.media3.common)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.jellyfin.core)
|
||||
|
||||
Reference in New Issue
Block a user