I ditched the scopedSingleton, and tried binding t...
# kodein
d
I ditched the scopedSingleton, and tried binding the verticle instance straight in and it works, but I still have a mysterious:
com.github.salomonbrys.kodein.KodeinInjector$UninjectedException: Value has not been injected
, with no indication to what hasn't been injected...
Looks like I used a
with instance()
where I shouldn't have!! Fixed..