This message was deleted.
# community-support
s
This message was deleted.
a
There are some mutators for Android, but I don't think there is any for drawable, see: https://github.com/gradle/gradle-profiler/blob/747fe3483ec6987ecc910b83fc4a79e4ca425f1d/README.md?plain=1#L301-L304 Technically you could use your own mutators, but you would need to use gradle-profiler as a library. But that is undocumented and we don't ensure stable API. So I wouldn't recommend it.
Maybe one way of doing it would be, that you write a task that modifies drawable and then you use it as "cleanup-task" in your scenario.
r
Got it 👍