Status Update
Comments
dn...@google.com <dn...@google.com> #2
gm...@gmail.com <gm...@gmail.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.
gm...@gmail.com <gm...@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?
je...@google.com <je...@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.
gm...@gmail.com <gm...@gmail.com> #6
Re #5, yes, a repro project would be very helpful, thanks!
Description
"Cannot access the file. The file is being used by another process."
I already tried some solutions found on the web but they don't solve the problem.