In the 1.5.x series, the compiler is systematicall...
# javascript
l
In the 1.5.x series, the compiler is systematically unable to
@JSExport
interfaces and gives the error “`Declaration of such kind (interface) cant be exported to JS`”. I was hoping this problem would magically vanish in 1.5.0-RC, but it is still present in both
LEGACY
and
IR
modes. I am a bit surprised that not more people about have complained about it. Have you bumped into this issue or did one of you find a workaround? There is an issue in YouTrack about it: https://youtrack.jetbrains.com/issue/KT-45434
a
Even compilation does pass in 1.4.31, there have been runtime issues awaiting. https://youtrack.jetbrains.com/issue/KT-45727
🙏 1
l
Thanks @Anders for pointing me to this very much related issue.