Link "testing" as test dependency

This commit is contained in:
Kirill Kamakin
2022-11-12 14:06:57 +01:00
parent 5b9cf78317
commit 980ffd54cb
3 changed files with 7 additions and 2 deletions

View File

@@ -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)