Skip to content

Commit c0b3555

Browse files
committed
disable GradleDependency lint
1 parent 9155b26 commit c0b3555

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ android {
4040
}
4141

4242
lint {
43+
disable.add("GradleDependency")
4344
abortOnError = true
4445
warningsAsErrors = true
4546
}

demo/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ android {
5050
}
5151

5252
lint {
53+
disable.add("GradleDependency")
5354
abortOnError = true
5455
warningsAsErrors = true
5556
}

0 commit comments

Comments
 (0)