I created my scoped `viewmodel` using `koin Scopes...
# koin
f
I created my scoped
viewmodel
using
koin Scopes
. The viewModel lib is
Mokko viewmodel
for kmm. But i noticed when i call
scope.close()
, viewmodel references are not killed they are active. And one has to manually call `viewModel.onCleared()`which is essential to cancel all the active flow collectors. Why if a scope is closed then component attached to that scope is not destroyed completely?