Is there any way to inject the ViewModel into composable
function of Compose Multiplatform?
I have tried with Koin dependency injection but it seems not yet ready to inject ViewModel in common module yet. Is there any alternative way or library that can be used in Compose Multiplatform project?
I am currently proceeding with manual dependency injection for my use case. But Koin seems working on ways to injecting instances into composable functions. By using, under development function, koinInject() of Koin library, it seems possible to get instances injected. Details can be found here