CRamsan
06/08/2024, 2:15 AMviewModel()
function is available in Compose MP allowing us to get a ViewModel(which is now also supported in Kotlin MP). But I am curious if someone has found a good approach to get a ViewModel(and it's dependencies) in Compose MP. I have a project that I want to migrate to Compose MP and the only thing left is being able to get the ViewModels in Compose and inject their dependencies.CRamsan
06/08/2024, 2:29 AM