refactor: centralize domain models into core.model module

This commit is contained in:
2026-07-01 17:06:02 +02:00
parent ff1844e49f
commit 657d39a293
28 changed files with 190 additions and 76 deletions
+1
View File
@@ -41,6 +41,7 @@ include(":shared")
include(":core:audioplayer")
include(":core:coroutines")
include(":core:logging")
include(":core:model")
// Data modules
include(":data:subtitle")