but I was hoping I could take it a step farther an...
# announcements
c
but I was hoping I could take it a step farther and do something like:
Copy code
class CoreModule: KotlinModule() {
    configure {
        bindSet<Foo> {
            bind().to<FooImpl>()
        }
    }
}