gradle-unused-resources-remover-plugin
gradle-unused-resources-remover-plugin copied to clipboard
Epoxy support
Overview
I tried this in a project I work that has Epoxy, and I had problems because many layout files were removed even though they were apparently used by Epoxy v3.
For example, a file named item_sort_option_header
was removed even though Epoxy references it as itemSortOptionHeader
.
Is this something that the plugin doesn't cover yet? If so, I may give it a try and would appreciate some pointers in what kinds of files I may look into for modifying.
By the way we are scheduled to migrate to Epoxy v4 though I believe the same behavior will happen.