<@U110XDVB8> Neither, the classes should all have ...
# kodein
d
@darych Neither, the classes should all have constructors wired in the module, usually the entry point service or activity makes the Kodein it needs and gets its dependencies injected, that way you have access to a context if needed using autoScopeSingleton, and unit testing is much easier and cleaner by plugging in mocks in a constructor