Has anyone faced any issue with @Parcelize and ty...
# multiplatform
m
Has anyone faced any issue with @Parcelize and type alias? I'm now seeing
Class 'Configuration' is not abstract and does not implement abstract member 'describeContents'.
And its only after the kotlin upgrade
a
m
https://issuetracker.google.com/issues/315775835#comment16 this one does. Altho the proposed fix is not working for me
a
what issue are you having after doing the proposed fix?
v
Hey there @Marco Pierucci, I'm a bit late to the party. I've had this issue myself and I believe I have a solution for it (albeit with some warnings). So in case you haven't fixed it yet, I can share it in this thread.
m
Hey Vlad! So the alternative proposed in the issue posted above did the trick for me!
thanks!
v
Glad to hear it! Good luck with the project
❤️ 1
d
The workaround mentioned here is very helpful I was having a similar issue and this did the trick. Just wanted to comment for anyone else that might be having similar issues
thank you frog 1
🙌 4