There are a few problems when using moko-parcelize with k2 kotlin compiler:
- Class X is not abstract and does not implement abstract member describeContents
- 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.
There are a few problems when using moko-parcelize with k2 kotlin compiler:
Are there any known workarounds for that?
As I understand from here it's by design, but I didn't find any alternative solutions.