Collapse shared modules into data domain and ui-common

This commit is contained in:
2026-04-23 20:42:59 +02:00
parent 59a471c535
commit 3f7c1966af
180 changed files with 21 additions and 476 deletions

View File

@@ -50,21 +50,9 @@ kotlin {
}
dependencies {
implementation(project(":core:model"))
implementation(project(":core:image"))
implementation(project(":core:ui"))
implementation(project(":core:data"))
implementation(project(":core:navigation"))
implementation(project(":core:download"))
implementation(project(":core:player"))
implementation(project(":data:jellyfin"))
implementation(project(":data:offline"))
implementation(project(":data:catalog"))
implementation(project(":feature:browse"))
implementation(project(":feature:search"))
implementation(project(":feature:content"))
implementation(project(":feature:downloads"))
implementation(project(":feature:login"))
implementation(project(":data"))
implementation(project(":domain"))
implementation(project(":ui-common"))
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.lifecycle.viewmodel.compose)