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