-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use kodein rememberScreenModel in the common module #56
Comments
Hi! How are you importing it in |
This can be related with #48. Please, try the suggested workaround by @DevSrSouza. It's not a library issue. |
@adrielcafe it has nothing to do with that issue. |
My workaround was to copy paste the implementation myself in my project and place it in |
Ah, perfect! Just fixed in 1.0.0-rc01, thanks for your help o/ |
Hello, I am trying ot use
cafe.adriel.voyager.kodein.rememberScreenModel
to create my screen model but it is not available incommonMain
.The text was updated successfully, but these errors were encountered: