Refactor media models to use MediaUiModel for improved consistency and type safety

This commit is contained in:
2026-04-17 21:13:45 +02:00
parent 5a377fc428
commit 632dda52d6
27 changed files with 310 additions and 494 deletions

View File

@@ -10,7 +10,3 @@ kotlin {
}
jvmToolchain(11)
}
dependencies {
implementation(project(":core:model"))
}