Merge pull request #952 from SimonMarquis/patch-2

Fix wrong configuration name, leaking `work-testing` to runtime classpath
pull/968/head
Adetunji Dahunsi 1 year ago committed by GitHub
commit b248e4d0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save