Support for SavedStateHandle
Feature
SavedStateHandle now can be used in the ViewModel constructor. For such case
AbstractSavedStateViewModelFactory is generated.
Incremental annotation processing flag is set
Bug Fix
Nested classes couldn't been injected via @provided
Notes
Tests are created to ensure the annotation processor works as expected