arnaud.giuliani
04/19/2022, 8:56 AMJack Hurst
04/20/2022, 10:13 AM• One important deep fix is about realigning ViewModel API to Google's API. Some of you were getting an error while registering shared ViewModels:I'm looking at a function in my project, which using koin 3.1.5 was working using. 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(...)
which is no longer available. What's the appropriate replacement in 3.1.6?Jack Hurst
04/20/2022, 10:13 AMJack Hurst
04/20/2022, 12:14 PM