-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Apparently our moxyPresenter property delegate can be optimized:
Property delegation to noinline function(s) causes (reflective) KProperty creation which slows down initialization and should be avoided in applications which should start up fast.
The fix is either to delegate to inline functions (optimized since Kotlin 1.3.60) or to delegate manually.
See these issues in Kotlin YouTrack:
0neel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request