Which would be the best way to inject a `ViewModel...
# kodein
l
Which would be the best way to inject a
ViewModel
using Kodein? Currently, my structure is as the following snippet but, every time I try to run my App, I get the following crash:
Caused by: java.lang.IllegalStateException: Your activity/fragment is not yet attached to Application. You can't request ViewModel before onCreate call.
Any suggestions?