'Injecting SavedStateHandle on old Koin library versions (example: 2.2.3)

I am working on a project that uses Koin in version 2.2.3 where I cannot upgrade it.

I would like to know if it is possible to inject SavedStateHandle on ViewModels (mainly on shared ones) using that version somehow.



Solution 1:[1]

The ability was added in version 3.1.3 See this Change Log for more info

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 orimen