https://kotlinlang.org logo
#kodein
Title
d

dave08

09/24/2017, 4:50 PM
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..
6 Views