Also, @Transient does not seem to be working correctly on MPP expect/actual. I'm expecting a base class and adding extra transient field on one platform, however it still gets serialized
s
sandwwraith
02/05/2020, 2:26 PM
use
kotlinx.serialization.Transient
instead of
kotlin.jvm.Transient
b
Big Chungus
02/05/2020, 4:18 PM
I am
Big Chungus
02/05/2020, 4:19 PM
But the issue was ktor using gson over kotlinx for serialisation