Skip to content

A dependency project which only contributes a data/view binding generated class is flagged as unused #104

@RBusarow

Description

@RBusarow

Data/View-binding modules can contribute their generated classes to other modules.

If a module's base package is com.example, and it has a layout file of activity_main.xml, the generated type will be com.example.databinding.ActivityMainBinding.

If an Android module appears to be unused and it has data binding or view binding enabled, add the generated types of its layout files to its declarations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions