class
• the removed one is the one with Moshi
• the added one is the one with
kotlinx.serialization
👌 1
b
Bradford Canonigo
07/09/2021, 8:52 AM
@Mustafa Ozhan Hi, thank you for the quick response. I appreciate it. I guess I really have to find a way to change this manually to kotlinx.serialized. However, I have no control of the code of the moshi data classes since it is published via codeartifact.
Is there any specific reason why is it not working? or are the KMM team working on this? I can't see any documentations mentioning about this issue.
m
Mustafa Ozhan
07/09/2021, 2:56 PM
It is because Moshi doesn’t have support for KMP, better to say in your case they do not support kotlin native. So you need to choose your libraries respectively, not all kotlin platforms (jvm,native,js)