Grégory Lureau
03/24/2022, 6:01 PM@JsExport
doesn't provide but @KustomExport
does:
• support exporting enum
, interface
, sealed class
• ability to remove the namespace
• support exporting List
(mapped into Array
)
• remove useless methods from data class
• support suspend
methods (with cooperative cancellation via AbortController)
Do you need something else? Please open an issue to help this project!
Have a nice day Kotlin developers! Kandylamax
03/25/2022, 6:54 AMandylamax
03/25/2022, 6:55 AMGrégory Lureau
03/25/2022, 7:01 AMjanvladimirmostert
03/25/2022, 7:57 AMGrégory Lureau
03/25/2022, 8:09 AMandylamax
03/25/2022, 8:48 AMKotlin enums could have a method returning a List for example, so Kotlin Js will still not export it as I wantThats a quick catch. Can you link the issue to support both
@KustomExport
and @JsExport
so that I can upvote it like there is no tomorrow?Grégory Lureau
03/25/2022, 8:56 AMjanvladimirmostert
03/25/2022, 9:20 AM