You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of serializer(KType) should be identical for any class annotated with @Serializable, whether or not it uses with =.
Environment
Kotlin version: 2.2.21
Library version: 1.9.0
Kotlin platforms:
All non-JVM platforms
In my own project, this bug doesn't display itself on the JVM. However, the minimal reproducer I linked above on the Kotlin Playground does exhibit the bug, so I'm not sure what's going on.