also there is no `hasFactory(Type)` so you have to...
# kodein
a
also there is no
hasFactory(Type)
so you have to
instanceOrNull
or
providerOrNull
and hope null means not registered with binding, but I don't want to call the actual factory nor constuct anything, so
providerOrNull
is the best bet, but feels bad