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.