Hi. Does anyone know if Kotlin Object style classe...
# javascript
n
Hi. Does anyone know if Kotlin Object style classes can be exported to JS? I tried the JsExport annotation, but it wouldn't compile. If I make it a class, it works.