Join Slack
Powered by
Can you try on a code sample that we can both try?...
# announcements
c
cedric
03/16/2017, 7:14 PM
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 {}) }
Open in Slack
Previous
Next