Hey guys, I don't know if this is the best place t...
# koin
b
Hey guys, I don't know if this is the best place to ask, buuuuuut. I am trying to start use Koin with the Architecture Components (I know, full support is on the roadmap). I am stuck trying to figure out how to get the instance of the activity in my module (if that's possible at all). The issue comes specifically when I want to provide a ViewModel, for that I need to call ViewModelProviders.of([activity_instance]). How would I do that? Am I missing something very obvious here?