Hello everyone! Recently I updated Koin to 3.1.0 ...
# koin-contributors
a
Hello everyone! Recently I updated Koin to 3.1.0 in our project and faced with problem described in https://github.com/InsertKoinIO/koin/issues/1121. Later i also see https://github.com/InsertKoinIO/koin/issues/1125 and figure out that this problem occurred in few our dependencies too. Seems like new parameter injection mechanism can't fully do same things that deprecated descructuring declaration. https://github.com/InsertKoinIO/koin/issues/1121 is can be easily fixed, but https://github.com/InsertKoinIO/koin/issues/1125 a bit more complicated, e.g. it can be fixed with parameter qualifiers, but it sounds like DI for DI, overkill. Maybe descructuring declaration is not bad idea? What you think about this problems?
a
#1125 is more a limitations of injected parameters
#1121 is already fixed for 3.1.1
Destructured declaration is back also in 3.1.1
a
Cool! Where i can see 3.1.1 sources? There is no branch / commits on github
a
not yet pushed
t
I’ve added a comment but 3.1.1 don’t fix #1121
a
was it working with destructured declarations?
t
yeah, for destructured it works fine 🙂
a
ok, interesting