arnaud.giuliani
Jack Hurst
• One important deep fix is about realigning ViewModel API to Google's API. Some of you were getting an error while registering shared ViewModels: SavedStateProvider with the given key is already registered . With this new patch, we are now closer to the current Google ViewModel API which is ordering ViewModel creation among the UI thread.
SavedStateProvider with the given key is already registered
getKoin().getViewModel(...)
A modern programming language that makes developers happier.