https://kotlinlang.org logo
#kodein
Title
g

gabrielfv

07/07/2017, 8:00 PM
Instead:
Copy code
bind<TeamModule>() with singleton { TeamModule() }
bind<TrackedTeamModule>() with singleton { TeamModule() }
Which, though, I'm not sute if would be really as singleton between both binds... I see it as two different instances instead...