dazza5000
12/03/2020, 3:40 PM@JsExport
the data
class instead of the interface
?Svyatoslav Kuzmich [JB]
12/03/2020, 3:46 PMexternal
modifier to JsExport interface will probably workaround the issue.Svyatoslav Kuzmich [JB]
12/03/2020, 3:46 PMdata
class.dazza5000
12/03/2020, 3:47 PMdazza5000
12/03/2020, 4:36 PMbbil
12/03/2020, 5:17 PMexternal interface
in the commonMain
of a MPP.
So, I can't share the interface definition... and I can't do:
@JsExport external interface A : AFromCommon
Because I get a compile error about an external interface can't extend a non-external oneSvyatoslav Kuzmich [JB]
12/03/2020, 5:25 PMexpect interface
with actual external interface
in JSbbil
12/03/2020, 5:25 PM