Created
August 17, 2020 05:55
-
-
Save robsn/02746013c813f729dc907b57bd88805e to your computer and use it in GitHub Desktop.
Creating Android lint file for multi module project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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