|
|
@ -128,8 +128,8 @@ dependencies {
|
|
|
|
testImplementation(project(":core:network"))
|
|
|
|
testImplementation(project(":core:network"))
|
|
|
|
testImplementation(libs.androidx.navigation.testing)
|
|
|
|
testImplementation(libs.androidx.navigation.testing)
|
|
|
|
testImplementation(libs.accompanist.testharness)
|
|
|
|
testImplementation(libs.accompanist.testharness)
|
|
|
|
|
|
|
|
testImplementation(libs.work.testing)
|
|
|
|
testImplementation(kotlin("test"))
|
|
|
|
testImplementation(kotlin("test"))
|
|
|
|
implementation(libs.work.testing)
|
|
|
|
|
|
|
|
kaptTest(libs.hilt.compiler)
|
|
|
|
kaptTest(libs.hilt.compiler)
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|