Skip to content

Commit

Permalink
Enable the AndroidX Lint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Dec 11, 2024
1 parent 141ff80 commit c0a91fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/component-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ kotlin {
}

dependencies {
lintChecks "androidx.lint:lint-gradle:1.0.0-alpha03"

testImplementation libs.junit
testImplementation libs.mockito
testImplementation libs.robolectric
Expand Down

0 comments on commit c0a91fa

Please sign in to comment.