voyager
voyager copied to clipboard
IrLinkageError on iOS: performRestore not found in androidx.savedstate.SavedStateRegistryController
When running my Kotlin Multiplatform project on iOS, the app crashes at runtime with the following error:
Uncaught Kotlin exception: kotlin.internal.IrLinkageError: Function 'performRestore' can not be called: No function found for symbol 'androidx.savedstate/SavedStateRegistryController.performRestore|performRestore(androidx.savedstate.SavedState?){}[0]'
version
kotlin 2.2.20 compose above 1.9.0 voyager 1.1.0-beta03
Is there any solution? Thank You!