Update project structure and impl all domain layer
This commit is contained in:
+17
-1
@@ -49,6 +49,23 @@ android {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
||||
flavorDimensions.add("nfsmw")
|
||||
|
||||
create("devmenu") {
|
||||
dimension = "nfsmw"
|
||||
minSdk = 21
|
||||
}
|
||||
create("no_devmenu") {
|
||||
dimension = "nfsmw"
|
||||
minSdk = 21
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
@@ -79,7 +96,6 @@ dependencies {
|
||||
implementation(libs.ui.graphics)
|
||||
implementation(libs.ui.tooling.preview)
|
||||
implementation(libs.material3)
|
||||
implementation(project(":devmenu:data"))
|
||||
testImplementation(libs.junit.v412)
|
||||
//testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.test.ext.junit)
|
||||
|
||||
Reference in New Issue
Block a user