We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e879e0 commit c0ac147Copy full SHA for c0ac147
sandbox/build.gradle
@@ -86,8 +86,10 @@ dependencies {
86
testImplementation project(":libraries:rib-base-test")
87
testImplementation project(":libraries:rib-base-test-rx2")
88
89
+ junitAndroidTestImplementation(project)
90
androidTestImplementation platform(deps.compose.bom)
91
androidTestImplementation project(":libraries:rib-base-test")
92
+ androidTestImplementation deps.androidTest.rules
93
androidTestImplementation deps.androidTest.runner
94
androidTestImplementation deps.androidTest.espresso
95
androidTestImplementation deps.test.mockitoKotlin
0 commit comments