For Compose Resources, which gradle task should we run when we add new resource like string or drawable? It doesn’t happen automatically, so need to know which task I should run in order for it to rebuild the resources references
j
Jakub Legindi
07/03/2024, 9:29 AM
I am not sure, but Clean helps all the time 😄 It is pretty fast for me, so I did not need to run the specified task
z
Zulfadhli
07/03/2024, 8:42 PM
but clean will cause everything to rebuild, which takes a long time on my machine 😅
a
Anselmo Alexandre
07/08/2024, 9:40 AM
Or you can just clean your specific
resources module
. This will only rebuild that one module, not everything.