Assigned
Status Update
Comments
xa...@google.com <xa...@google.com> #2
Todays update of the SDK Tools fixed the Issue for me.
xa...@google.com <xa...@google.com> #3
We should also run this action automatically when running Build
> Clean Project
.
tn...@google.com <tn...@google.com> #4
Isn't lintChecks :project similar to implementation :project and if I rebuild and there are changes to :project, it should cause a rebuild? It's a dependency, right?
xa...@google.com <xa...@google.com> #5
It's a dependency its it's not added to the compile
/runtimeClasspath
graph that is resolved when building the APK/AAR.
ka...@google.com <ka...@google.com>
sp...@google.com <sp...@google.com> #6
This is related to
Description
Similar to
Run Generate Source Gradle Tasks
, we should have an action to rebuild all the local project containing lint checks (that have been marked as lint checks to android modules vialintChecks
dependencies).