Can you try on a code sample that we can both try?...
# announcements
c
Can you try on a code sample that we can both try? e.g
Copy code
interface II {
    }

    override fun configure() {
        bind(II::class.java).to(object : II {})
    }