Mahdi Safarmohammadloo
Mahdi Safarmohammadloo

Reputation: 563

Is there Auto refresh in Jetpack Compose viewer in android studio?

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

Answers (3)

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

Himanshu Walia
Himanshu Walia

Reputation: 273

Update to latest canary build, and it will auto refresh. Check on AS 4.2 canary 11

Upvotes: 0

Vinay Gaba
Vinay Gaba

Reputation: 1214

As of now, it requires you to do a build explicitly. Hopefully this changes in the future..

Upvotes: 7

Related Questions