Extract shared Compose UI into core module

This commit is contained in:
2026-04-15 21:21:10 +02:00
parent 29747a1031
commit 9591b72273
70 changed files with 1369 additions and 2455 deletions

View File

@@ -52,6 +52,7 @@ 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"))