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 9155b26 commit c0b3555Copy full SHA for c0b3555
core/build.gradle.kts
@@ -40,6 +40,7 @@ android {
40
}
41
42
lint {
43
+ disable.add("GradleDependency")
44
abortOnError = true
45
warningsAsErrors = true
46
demo/build.gradle.kts
@@ -50,6 +50,7 @@ android {
50
51
52
53
54
55
56
0 commit comments