Is your feature request related to a problem? Please describe.
Kotlinx-serialization generator use KSerializable in enum. KSerializable does not exist in stable version of https://github.com/Kotlin/kotlinx.serialization
Describe the solution you'd like
Replace KSerializable to Serializable
Is your feature request related to a problem? Please describe.
Kotlinx-serialization generator use KSerializable in enum. KSerializable does not exist in stable version of https://github.com/Kotlin/kotlinx.serialization
Describe the solution you'd like
Replace KSerializable to Serializable