Upgrading to compose 1.3, none of our icon resourc...
# compose
a
Upgrading to compose 1.3, none of our icon resources are being minified / discarded anymore. Not sure if anyone else noticed this?
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
One guess is this change that has a parameter named 'ic' is causing it? Its the only thing named just 'ic' I could find outside of tests. https://github.com/androidx/androidx/commit/2cd0fa2d28107dc5c934943adeb09ff0c5c24dfb
t
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.
a