If you really want type saefty, you could explicit...
# kodein
s
If you really want type saefty, you could explicitely define the type parameters:
Copy code
bind<Bootable>() with singleton { Bootable(instance<Set<AppService>>()) }