-
Notifications
You must be signed in to change notification settings - Fork 2
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
IDE error #41
Comments
Compilation works fine, latest Stable Intellij + Android Studio both show red error highlightning. |
if you add moko-parcelize directly to module where you see this error - error fixes or not? |
Nope. |
I've also been running into this and its causing further problems because auto-updating of compose previews will not trigger. |
just a heads up, kotlin 2.0 has official support for the functionality provided by this library.
You can then annotate your KMP models with your custom parcelize annotation. |
Cannot access 'dev.icerock.moko.parcelize.Parcelable' which is a supertype of 'in.shabinder.soundbound.models.SongModel'. Check your module classpath for missing or conflicting dependencies
shared module's commonMain has moko parcelize as an api
Any ideas ?
The text was updated successfully, but these errors were encountered: