Reuse testing module in datasource tests

This commit is contained in:
Kirill Kamakin
2022-11-12 13:54:56 +01:00
parent 4dcf1cc915
commit 728ce66d06
2 changed files with 5 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ android {
dependencies {
implementation(project(":logging"))
implementation(project(":testing"))
implementation(libs.google.dagger.hiltAndroid)
kapt(libs.google.dagger.hiltCompiler)