Well, I would do it like `bind<TeamModule>()...
# kodein
g
Well, I would do it like
bind<TeamModule>() with singleton { TeamModule() }
, and then
kodein.instance()
, as it infers the bind by the receivers declared type