There is an Android project with three modules: a, b, and c. Suppose modules b and c both contain a string resource with the same name - common_ok. Modules b and c are included in module a. In module a, there is an XML file(layout) that uses the string resource common_ok. How will the :a :projectHealth DAGP task advice which dependency to add or remove?
There is a suspicion that this issue occurs due to this particular case.
There is an Android project with three modules: a, b, and c. Suppose modules b and c both contain a string resource with the same name - common_ok. Modules b and c are included in module a. In module a, there is an XML file(layout) that uses the string resource common_ok. How will the :a :projectHealth DAGP task advice which dependency to add or remove?
There is a suspicion that this issue occurs due to this particular case.