and what is usual place where you put the binding ```bind<MainViewModel>() with provider { Mai...
m
and what is usual place where you put the binding
Copy code
bind<MainViewModel>() with provider { MainViewModel(di) }
I thought this should be in application