how can i export classes from my common module to ...
# multiplatform
c
how can i export classes from my common module to javascript?
@JSExport
annotation is only available in the js lib
a
cc @Svyatoslav Kuzmich [JB]
🙏 1
s
Are you using 1.4-M1? This issue is fixed for 1.4-M2
c
oh I just mistyped it (
JS
instead of
Js
) thanks.