I also figured a particular `bind` which causes th...
# kodein
d
I also figured a particular
bind
which causes this, but I do not understand what other
Object
does it override. If someone could advise how to debug this, will be helpful
a
Seems like proguard replaces unused classes with
Object
, so all you have to do is find out which classes are unused and replaced by proguard
d
Oh, interesting idea, thank you!
a
@dimsuz this issue already popped up https://github.com/SalomonBrys/Kodein/issues/93
d
Somehow I failed to google it up, it showed a couple of other issues but not this one. Thanks!