Replies: 2 comments 6 replies
-
Hi, have you wrapped your entry point as specified by the documentation? https://github.com/Tlaster/PreCompose/blob/master/docs/setup.md |
Beta Was this translation helpful? Give feedback.
6 replies
-
i decided to go with voyager. So closing the thread for the time being. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering a runtime exception in my Compose Multiplatform project, specifically when integrating MVVM with PreCompose for navigation and Koin for dependency injection. The error occurs at the line
val navigator = rememberNavigator()
with the message "No StateHolder provided."Here's the relevant portion of my code:
Beta Was this translation helpful? Give feedback.
All reactions