[lint] Import lint.xml from Element Android
This commit is contained in:
parent
56bc284a24
commit
27608eca64
2 changed files with 123 additions and 0 deletions
|
|
@ -108,6 +108,12 @@ android {
|
|||
kotlin.srcDir("build/generated/ksp/test/kotlin")
|
||||
}
|
||||
}
|
||||
|
||||
lint {
|
||||
lintConfig = file("../tools/lint/lint.xml")
|
||||
checkDependencies = true
|
||||
abortOnError = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue