and what is usual place where you put the binding ...
# kodein
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