[lint] Import lint.xml from Element Android

This commit is contained in:
Benoit Marty 2022-12-08 17:26:47 +01:00 committed by Benoit Marty
parent 56bc284a24
commit 27608eca64
2 changed files with 123 additions and 0 deletions

View file

@ -108,6 +108,12 @@ android {
kotlin.srcDir("build/generated/ksp/test/kotlin")
}
}
lint {
lintConfig = file("../tools/lint/lint.xml")
checkDependencies = true
abortOnError = true
}
}
dependencies {