浏览代码

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")