Are there hot reload in android native kotlin for ...
# android
o
Are there hot reload in android native kotlin for android studio 4.2, if there aren't so when we get hot reload?
c
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
Thankyou mate
957 Views