Join Slack
Powered by
If you really want type saefty, you could explicit...
# kodein
s
salomonbrys
01/11/2018, 5:18 PM
If you really want type saefty, you could explicitely define the type parameters:
Copy code
bind<Bootable>() with singleton { Bootable(instance<Set<AppService>>()) }
Open in Slack
Previous
Next