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

@@ -36,6 +36,9 @@ junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
materialVersion = "1.13.0"
junitJunit = "4.13.2"
androidxJunit = "1.3.0"
espressoCoreVersion = "3.7.0"
[libraries]
# KotlinX
@@ -77,6 +80,9 @@ room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
material = { group = "com.google.android.material", name = "material", version.ref = "materialVersion" }
junit = { group = "junit", name = "junit", version.ref = "junitJunit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidxJunit" }
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCoreVersion" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }