icerockdev / moko-parcelize

@Parcelize support for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
59 stars 2 forks source link

k2 problems #42

Open sergeshustoff opened 9 months ago

sergeshustoff commented 9 months ago

There are a few problems when using moko-parcelize with k2 kotlin compiler:

  1. Class X is not abstract and does not implement abstract member describeContents
  2. No 'Parcelable' supertype

Are there any known workarounds for that?

As I understand from here it's by design, but I didn't find any alternative solutions.

gkiss01 commented 4 days ago

https://issuetracker.google.com/issues/315775835#comment16