galex
04/03/2020, 8:56 AM@JsExport
has an issue with a data class that is @Serializable
:
@CommonJsExport
@Serializable
data class EventDetails(var answer_id: Int? = null)
At compilation, I get the following error:
e: java.lang.AssertionError: Properties without fields are not supported my.package.EventDetails.Companion_instance
So the generated serializer()
of kotlinx-serialization
blocks @JsExport
Ivan Kubyshkin [JetBrains]
04/03/2020, 9:00 AMgalex
04/03/2020, 9:00 AMdiesieben07
04/03/2020, 9:00 AMdiesieben07
04/03/2020, 9:00 AMgalex
04/03/2020, 9:01 AM