Impl base app navigation

This commit is contained in:
Shcherbatykh Oleg
2026-02-19 11:56:10 +03:00
parent 40eaa03a67
commit 592d948cd0
39 changed files with 443 additions and 178 deletions

View File

@@ -18,13 +18,14 @@ dependencyResolutionManagement {
mavenCentral()
}
}
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "TSUDesk"
include(":app")
include(":core:common")
include(":core:ui")
include(":core:navigation")
include(":core:network")
include(":core:database")
include(":core:config")