Join Slack
Powered by
Well, I would do it like `bind<TeamModule>()...
# kodein
g
gabrielfv
07/07/2017, 6:41 PM
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
Open in Slack
Previous
Next