Replace Epoxy layout annotation references #6389
Labels
A-DevX
Anything that can improve the DevX
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
Z-Modularization
AGP 8 is planning to make R references non final which will cause our epoxy items to become non-compiling due to their usage of a layout reference in the class annotation, this is also a problem for libraries.
We can avoid this by switching to
override fun getDefaultLayoutId(): Int
The text was updated successfully, but these errors were encountered: