@@ -107,7 +107,7 @@ dependencies {
107107 implementation(Config .Libs .composeMaterial)
108108 implementation(Config .Libs .androidxRecylerView)
109109 implementation(Config .Libs .constraintLayout)
110- implementation(Config . TestLibs .espressoIdlingResource )
110+ implementation(libs.androidx.test.espresso.idling.resource )
111111 implementation(Config .Libs .leakCanary)
112112
113113 compileOnly(Config .CompileOnly .nopen)
@@ -117,15 +117,15 @@ dependencies {
117117
118118 androidTestImplementation(projects.sentryTestSupport)
119119 androidTestImplementation(libs.kotlin.test.junit)
120- androidTestImplementation(Config .TestLibs .espressoCore)
121- androidTestImplementation(Config .TestLibs .androidxRunner)
122- androidTestImplementation(Config .TestLibs .androidxTestRules)
123- androidTestImplementation(Config .TestLibs .androidxTestCoreKtx)
120+ androidTestImplementation(libs.androidx.test.core)
121+ androidTestImplementation(libs.androidx.test.espresso.core)
122+ androidTestImplementation(libs.androidx.test.ext.junit)
123+ androidTestImplementation(libs.androidx.test.orchestrator)
124+ androidTestImplementation(libs.androidx.test.rules)
125+ androidTestImplementation(libs.androidx.test.runner)
124126 androidTestImplementation(libs.okhttp.mockwebserver)
125- androidTestImplementation(Config .TestLibs .androidxJunit)
126127 androidTestImplementation(Config .TestLibs .leakCanaryInstrumentation)
127128 androidTestImplementation(Config .TestLibs .awaitility3)
128- androidTestUtil(Config .TestLibs .androidxTestOrchestrator)
129129}
130130
131131tasks.withType<JavaCompile >().configureEach {
0 commit comments