KMP Screens in common code #1956
Unanswered
PriviteraStefano
asked this question in
Q&A
Replies: 1 comment
-
The multiplatform counter sample has an example of a multiplatform parcelize annotation you can adapt |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to this framework, just found out about this yesterday, but I really like the idea behind it and I'd love to experiment with it.
I'm trying to implement it in one of my KMP projects, but I got stuck while following the tutorial.
I'm writing the Presenter, the Screen and the UI in common code and I don't have any error or warnings in the IDE, but once I try to build the app I get
Object 'AuthScreen' is not abstract and does not implement abstract member 'describeContentents'
.Since I'm building for Android, this looks like AuthScreen depends on @parcelize, as it is said in the docs.
Is there a way to work with Circuit in common code directly without depending on @parcelize?
Thanks in advance for the help!
Beta Was this translation helpful? Give feedback.
All reactions