refactor: rename domain module to core module

This commit is contained in:
2026-04-24 17:42:18 +02:00
parent 57e2983527
commit 7232352014
57 changed files with 4 additions and 4 deletions

View File

@@ -26,5 +26,5 @@ rootProject.name = "Purefin"
include(":app")
include(":app-tv")
include(":data")
include(":domain")
include(":core")
include(":ui-common")