is there a workaround for <https://youtrack.jetbra...
# announcements
m
is there a workaround for https://youtrack.jetbrains.com/issue/KT-28418?
Copy code
java.lang.IncompatibleClassChangeError: com.github.fluidsonic.fluid.json.ListJSONDecoderCodec and com.github.fluidsonic.fluid.json.ListJSONDecoderCodec$$special$$inlined$create$1 disagree on InnerClasses attribute
Found one for my case: Using
::class.java.name
instead of
::class.qualifiedName
.