I have android app project - compose + multi module I want to use compose Hot Reload #264
sachinsaxenafunto
started this conversation in
General
Replies: 1 comment 3 replies
-
Jetpack compose have live edit, do you have tried it? if you want to use compose hot reload, you must add a jvm target, you can just jvm target for test only, I think it's ok. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an android app project - compose + multi module I want to use compose Hot Reload because default android compose preview is very slow and it is not as fast as xml so mostly i have to run app again and again and it is very frustrating so i want to use the compose hot reload in android ik it is not available yet on android but if any tweaks or something so i can use for preview
Beta Was this translation helpful? Give feedback.
All reactions