Hi all, I get this error `Can't use arguments with...
# serialization
e
Hi all, I get this error
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
Look like you need to sync Kotlin version via Gradle resolution management