khalid64927
12/21/2023, 5:00 AMArtem Kobzar
12/21/2023, 9:55 AM@JsExport
class MyClass(val myValue: String) {
@JsExport.Ignore
suspend fun someNotExportableDeclarations() = "Oops"
}
Also, some plugins could help you make such wrappers automatically. For example, this one, but it's still under development (the ball is on my side to find how to make lambda inside the plugin)khalid64927
12/22/2023, 4:43 AM