Andreas Sinz
class Service: Foo, Bar, Baz val srv = Service() Kodein { bind<Foo> with instance(srv) bind<Bar> with instance(srv) .... }