Can anyone confirm if 1.3.72 works/does not work w...
# kodein
t
Can anyone confirm if 1.3.72 works/does not work with Kodein? We get
Not enough information to infer type variable T
when we use
val foo: Bar by instance()
. 1.3.71 worked fine for us
val foo by instance<Bar>()
works for us in 1.3.72 though
r
Hi, this is a weird behavior, it could depend on the platform your are targeting, but until today Kodein-DI was not built on top of 1.3.72, this is now the case. This is available under Kodein-DI 6.5.5
t
I got an answer from JB in #general . Basically it's a bug
r
Right! thank you for the feedback 👍
t
Sorry I didn't update my question immediately when I got the answer in #general. Thanks for Kodein. 😄