I have a working MPP using ktor with serialization & models in a shared module. Builds and runs on Android, however building to iOS I get some build errors around serialization. Specifically:
An operation is not implemented: Serializable classes with inheritance
Is there a list of deltas between what is implemented on the different platforms and the status of different features on each platform?
s
sandwwraith
03/13/2019, 11:26 AM
We are trying to make platforms as uniform as possible. AFAIR, the only differences in Native are non-working (yet) inheritance,
Mapper
class and polymorphic serialization (which I hope will be fixed soon)