Also, @Transient does not seem to be working corre...
# serialization
b
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
use
kotlinx.serialization.Transient
instead of
kotlin.jvm.Transient
b
I am
But the issue was ktor using gson over kotlinx for serialisation