Can'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
Copy code
The root cause java.lang.IllegalArgumentException was thrown at: org.jetbrains.kotlinx.serialization.compiler.backend.jvm.SerializerCodegenImpl.addSyntheticAnnotationsToDescriptor(SerializerCodegenImpl.kt:123)
t
turansky
09/04/2021, 1:54 PM
Look like you need to sync Kotlin version via Gradle resolution management