refactor: extract core-model into its own module

This commit is contained in:
2026-04-24 18:11:28 +02:00
parent ab7700d202
commit 354314710b
23 changed files with 145 additions and 145 deletions

View File

@@ -28,3 +28,4 @@ include(":app-tv")
include(":data")
include(":core")
include(":core-ui")
include(":core-model")