Join Slack
Powered by
Are there hot reload in android native kotlin for ...
# android
o
onirutlA
05/16/2021, 11:09 PM
Are there hot reload in android native kotlin for android studio 4.2, if there aren't so when we get hot reload?
c
Colton Idle
05/17/2021, 12:07 AM
No such thing as hot reload in android. Two things you should look at: 1. Apply changes (
https://developer.android.com/studio/run#use-apply-changes
) 2. If you use compose (which is in beta) there is an "experimental" feature called live literals which is basically the closest we'll get to hot reload IMO (
https://twitter.com/joreilly/status/1390669857885130753
)
o
onirutlA
05/17/2021, 5:38 AM
Thankyou mate
1565
Views
Open in Slack
Previous
Next