Update project structure and impl all domain layer
This commit is contained in:
@@ -38,6 +38,7 @@ dependencies {
|
||||
implementation(libs.core.ktx)
|
||||
implementation(libs.appcompat)
|
||||
implementation(libs.material)
|
||||
implementation(project(mapOf("path" to ":devmenu:domain")))
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.test.ext.junit)
|
||||
androidTestImplementation(libs.espresso.core)
|
||||
|
||||
Reference in New Issue
Block a user