Refactoring db module structure
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user