We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2994830 commit 1812b3fCopy full SHA for 1812b3f
app/build.gradle.kts
@@ -19,6 +19,7 @@ dependencies {
19
mockApiImplementation(libs.guava)
20
21
testImplementation(libs.junit.jupiter.api)
22
+
23
testEndToEndImplementation(projects.app) { capabilities { requireFeature("mock-api") } }
24
testEndToEndImplementation(libs.guava)
25
testEndToEndImplementation(libs.junit.jupiter.api)
0 commit comments