AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose
https://youtube.com/c/MobileDeveloper
MIT License
255 stars 21 forks source link

Hilt version crash #83

Open za4em opened 1 year ago

za4em commented 1 year ago

Getting same error on app launch:

java.lang.IllegalArgumentException: CreationExtras must have a value by SAVED_STATE_REGISTRY_OWNER_KEY at androidx.lifecycle.SavedStateHandleSupport.createSavedStateHandle(SavedStateHandleSupport.kt:91)

Can be produced in the example project

za4em commented 1 year ago

I found out that the problem was with Hilt version 2.44. It works only with 2.42