For Compose Resources, which gradle task should we...
# compose
z
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
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
but clean will cause everything to rebuild, which takes a long time on my machine 😅
a
Or you can just clean your specific
resources module
. This will only rebuild that one module, not everything.