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 |
6 replies
|
i decided to go with voyager. So closing the thread for the time being. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions