Hi Arnaud, there are two bugs in the koin-android-...
# koin-contributors
c
Hi Arnaud, there are two bugs in the koin-android-compat library. 1.
SharedViewModelCompat
passed the wrong ViewModelStore (see bug issue) 2. The
ViewModelCompatgetViewModel
always sets
extras = CreationExtras.Empty
, which causes a missing
SAVED_STATE_REGISTRY_OWNER_KEY
I can fix both issues + writing some unit tests.
a
if you can propose a PR, it’s great 👍