Hello ! Could anybody tell what minimal Android ap...
# koin
i
Hello ! Could anybody tell what minimal Android api Koin supports ?
i
Yeah, thanks, but I have the issue with api bellow 21 ( https://github.com/InsertKoinIO/koin/issues/409
@arnaud.giuliani could you help ? Did you test that on low apis ?
a
tested on old Kitkat app; but would have to check
i
@arnaud.giuliani you didn’t look at my issue, did you ? I don’t like the idea to move from Koin but I’ll have to if there is no any solution or a workaround 😞
solved that
a
finally solved?
what was your problem?
i
Have described in the issue. My viewmodel class had the metod clear() which implicitly was hiding the android ViewModel’s metod with the same name and that was a problem for Dalvik.