Skip to content

Instantly share code, notes, and snippets.

@robsn
Created August 17, 2020 05:55
Show Gist options
  • Select an option

  • Save robsn/02746013c813f729dc907b57bd88805e to your computer and use it in GitHub Desktop.

Select an option

Save robsn/02746013c813f729dc907b57bd88805e to your computer and use it in GitHub Desktop.
Creating Android lint file for multi module project
lintOptions {
checkDependencies true
xmlReport false
htmlReport true
htmlOutput file("${project.rootDir}/build/reports/android-lint.html")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment