gmazzo
06/30/2021, 8:56 AMJS
target that we just migrated from Kotlin 1.4
to 1.5.20
. As now IR
is the default backend, we need to annotate those key classes with JSExport
to be able to see them on JavaScript
exports.
The problem is that we need access to some enum
and interfaces
too that seems it’s not exported anymore.
Any advice on how to proceed here?
I don’t know if there is any workaround for this or if enum
and interfaces
will be supported in the future 🤔rnett
06/30/2021, 7:15 PMbashor
07/01/2021, 1:00 PMbashor
07/01/2021, 1:02 PMbashor
07/01/2021, 1:04 PM