Skip to content

Question: How does DAGP resolve dependencies for duplicate resource names across modules? #1731

Description

@zepurplez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions