Hi, I'm trying to update a project from Koin 1.0 t...
# koin
d
Hi, I'm trying to update a project from Koin 1.0 to 2.0. I don't seem to be able to find an equivalent of the following function
LifecycleOwner.getViewModelByClass
that takes a
key
. We had been passing in a
key
into that function to get a particular instance of that ViewModel, and there appears to be no way to do that in Koin 2.0.