Nacho Ruiz Martin
12/09/2023, 11:29 AM@JsExport annotation works only for a subset of Kotlin features. For example, I can’t export a sealed class nested inside an interface or some classes that come from a 3rd party library if they are not marked with JsExport.
Is this expected? What are the strategies to mitigate this without messing a lot with code that is already used for mobile platforms?
Thanks!Artem Kobzar
12/11/2023, 9:50 AM