How could I handle a case where I have the same ob...
# kodein
d
How could I handle a case where I have the same object that implements multiple interfaces, and I would like to inject one singleton of it in many places, each according to the interface it needs out of it @salomonbrys?