Upgrading to compose 1.3, none of our icon resources are being minified / discarded anymore. Not sure if anyone else noticed this?
Andy Himberger
11/10/2022, 3:32 AM
In the R8 mapping folder the resources.txt file says our resources named with ic_ are no longer discarded because it thinks everything named ic should be kept:
Copy code
Marking drawable:ic_check_mark:2131231319 used because it matches string pool constant ic
Not sure if this the same problem but i'm having problems with R8 and resources too. Sometime it just mess up the resources and show the wrong icon in release build.