koin
koin copied to clipboard
Add compose viewmodel
Trying to make an experimental feature that our team has used for a couple of years. This is the first of the feature which introduces the ComposableViewModel. This takes our concept and wraps Koin's capability to create these view models, which are tied to the lifecycle of the composable, which is good for fine-grain control. The next step is to add the Paternal and Child Composable View Model which allows the VM to survive as long as the parent is around.