Bradford Canonigo
07/09/2021, 8:15 AMMoshi
annotations.
I am having compile errors (Unresolved reference
) when using said data classes inside my KMM library.
I've read articles that says it doesn't support other serializing dependencies other than the kotlinx.serialization
.
Is there a way to convert moshi data class into a kotlinx.serialized class inside a KMM project?Mustafa Ozhan
07/09/2021, 8:43 AMCurrencyResponse
class
• the removed one is the one with Moshi
• the added one is the one with kotlinx.serialization
Bradford Canonigo
07/09/2021, 8:52 AMMustafa Ozhan
07/09/2021, 2:56 PM