christopher
class CoreModule: KotlinModule() { override fun configure() { bindSet<Foo> { bind().to<FooImpl>() } } }