Refactoring db module structure

This commit is contained in:
Shcherbatykh Oleg
2026-02-26 17:15:55 +03:00
parent 37c926ac77
commit 12ce668afb
26 changed files with 283 additions and 102 deletions

View File

@@ -24,11 +24,13 @@ rootProject.name = "TSUDesk"
include(":app")
include(":core:common")
include(":core:config")
include(":core:ui")
include(":core:navigation")
include(":core:network")
include(":core:database")
include(":core:config")
include(":core:database:impl")
include(":core:database:api")
include(":feature:schedule")
include(":feature:news")