kotlin. IllegalArgumentException: CreationExtras must have a value by SAVED STATE_REGISTRY_OWNER_KEY' [kotlin.Exception]
Eg code:
val navigationModule = module {
viewModelOf(:: NavigatorViewModel)}
class NavigatorViewModel(private val savedStateHandle: SavedStateHandle
): ViewModel()
Guys any idea how to fix the above exception?