Link "testing" as test dependency
This commit is contained in:
@@ -70,7 +70,7 @@ dependencies {
|
||||
implementation(project(":datastore"))
|
||||
implementation(project(":datasource"))
|
||||
implementation(project(":logging"))
|
||||
implementation(project(":testing"))
|
||||
testImplementation(project(":testing"))
|
||||
|
||||
implementation(libs.android.material.material)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":logging"))
|
||||
implementation(project(":testing"))
|
||||
testImplementation(project(":testing"))
|
||||
|
||||
implementation(libs.google.dagger.hiltAndroid)
|
||||
kapt(libs.google.dagger.hiltCompiler)
|
||||
|
||||
@@ -6,6 +6,11 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "gq.kirmanak.mealient.test"
|
||||
lint {
|
||||
abortOnError = false
|
||||
quiet = true
|
||||
checkReleaseBuilds = false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user