Add Hilt(Dagger) example unit tests for Core

This commit is contained in:
Gergely Hegedus 2021-09-18 22:50:18 +03:00
parent 488f020ab1
commit 7a0776ba9d
4 changed files with 102 additions and 1 deletions

View file

@ -36,4 +36,6 @@ dependencies {
testImplementation "org.mockito.kotlin:mockito-kotlin:$testing_kotlin_mockito_version"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
kaptTest "com.google.dagger:dagger-compiler:$hilt_version"
testImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
}