Hello, I have migrated to 0.20.0 and I'm getting ...
# serialization
p
Hello, I have migrated to 0.20.0 and I'm getting the following error:
Using 'SerialClassDescImpl' is an error. Should not be used in general code, please migrate to SerialDescriptor() factory function instead
How do I migrate to
SerialDescriptor()
factory? I can not find such a method. I can only see
kotlinx.serialization.SerialDescriptor
interface.
t
Check jar version, possibly you see cached
0.14.0
jar sources
Factory method
SerialDescriptor
exists
p
Yes that was the case. Thank you!