koinActivityViewModel
inline fun <T : ViewModel> koinActivityViewModel(qualifier: Qualifier? = null, key: String? = null, scope: Scope = currentKoinScope(), noinline parameters: ParametersDefinition? = null): T
This is a fixed version of org.koin.compose.viewmodel.koinActivityViewModel (reported here https://github.com/InsertKoinIO/koin/issues/2227).
See also
koinActivityViewModel
for more details.