We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93876ec commit cccd4edCopy full SHA for cccd4ed
libs/fluxc-tests/build.gradle
@@ -50,3 +50,12 @@ dependencies {
50
testImplementation libs.androidx.arch.core.testing
51
testImplementation libs.androidx.paging.runtime
52
}
53
+
54
+dependencyAnalysis {
55
+ issues {
56
+ onUnusedDependencies {
57
+ // This dependency is actually needed; otherwise, tests fail.
58
+ exclude(libs.androidx.paging.runtime.get().module.toString())
59
+ }
60
61
+}
0 commit comments