- Fix bug with
ViewModel.attach
calls on a "leaked" view model object
- Add
amvi-component-compose
module with anMviComponent
composable function. It can be used in tandem withViewModel
whereViewModel
directs component (screen) logic andMviComponent
renders resultingViewState
changes
- Initial release with a
ViewModel
class