Skip to content

Commit

Permalink
Fix false positive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Feb 20, 2023
1 parent a6c0881 commit d5959cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencyAnalysis {
"com.kizitonwose.calendar:compose", // False positive
"com.google.dagger:hilt-compiler", // False positive
"com.google.dagger:hilt-android", // False positive
"androidx.test:runner", // False positive
)
}
onIncorrectConfiguration {
Expand Down

0 comments on commit d5959cc

Please sign in to comment.