Status Update
Comments
lb...@gmail.com <lb...@gmail.com> #2
ra...@google.com <ra...@google.com>
ra...@google.com <ra...@google.com> #3
Analyzing dynamic features on their own like that doesn't work properly since even though they "depend" on the app they're actually including into an app so for example the unused resource check only makes sense when you look at it from the app perspective, not the other way around.
I believe in 7.0 we've fixed this in the sense that there isn't a lint task on the individual dynamic features.
lb...@gmail.com <lb...@gmail.com> #4
+1. In AGP 7.0 there are no lint tasks in dynamic-features; instead, any dynamic-features are analyzed when running lint on the app module. OP, can you try with AGP 7.0.0-rc01
, run lintRelease
on the corresponding application module, and see if you still hit the same issue?
ra...@google.com <ra...@google.com> #5
Not using dynamic feature modules but have this with an application module and a library module, happening on 7.0.0-rc01. I haven't figured out a repro yet but will upload one if I manage.
sa...@google.com <sa...@google.com>
ba...@google.com <ba...@google.com> #6
Re #5, yes, a repro project would be very helpful, thanks!
Description