etiennelenhart / Eiffel

Redux-inspired Android architecture library leveraging Architecture Components and Kotlin Coroutines
MIT License
211 stars 14 forks source link

Switch 'EiffelViewModel' parameters to properties #82

Closed etiennelenhart closed 5 years ago

etiennelenhart commented 5 years ago

To decrease constructor complexity all EiffelViewModel parameters except for initialState should be moved to overridable properties.