Reputation: 563
there is a design viewer in android studio for jetpack compose but it needs to be refreshed if code changed, it's annoying! Is there Auto-refresh in Jetpack Compose viewer?
Upvotes: 11
Views: 6347
Reputation: 936
Currently jetpack compose does not support Hot reloads or Auto updates.
But there are some properties which can be Auto updated.
For detail info link
Upvotes: 1
Reputation: 273
Update to latest canary build, and it will auto refresh. Check on AS 4.2 canary 11
Upvotes: 0
Reputation: 1214
As of now, it requires you to do a build explicitly. Hopefully this changes in the future..
Upvotes: 7