Robert Jaros
11/23/2020, 10:28 PM@JsExport
and @Serializable
annotations. The generated JS code is not valid and fails with DCE processing because something like this is generated: package$example.<init> = Test_init;
. Is this a known issue? I know KT-39740
, but it's for IR and I'm using legacy. The same code compiles fine with IR.Robert Jaros
11/23/2020, 10:31 PM@JsExport
with legacy because I'm trying to compile the lib with BOTH
mode and I have a single test sources where I need this annotation.Robert Jaros
11/23/2020, 10:32 PM@JsExport
or only @Serializable
there is no problem, it fails only when both are present.Robert Jaros
11/23/2020, 10:33 PMRobert Jaros
11/23/2020, 10:36 PMturansky
11/24/2020, 5:46 AM