소스 검색

Check also generated sources to avoid unused resources warning

https://stackoverflow.com/a/53193227
Stefan Niedermann 4 년 전
부모
커밋
b508452eb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -105,6 +105,7 @@ spotbugs {
 
 android {
     lintOptions {
+        checkGeneratedSources = true
         abortOnError false
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")