Eric Ampire [MOD]
09/04/2021, 3:23 AMCan't use arguments with defaults for serializable annotations yet
every time I use @JsonNames
annotation
Kotlin=1.5.21
Ktor=1.6.3
I'm not using the latest version of Kotlin because my project uses Jetpack Compose
The root cause java.lang.IllegalArgumentException was thrown at: org.jetbrains.kotlinx.serialization.compiler.backend.jvm.SerializerCodegenImpl.addSyntheticAnnotationsToDescriptor(SerializerCodegenImpl.kt:123)
turansky
09/04/2021, 1:54 PM