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