<https://twitter.com/vnturansky/status/13865678665...
# javascript
t
a
Wow this looks super interesting! How does this work in an MPP project? Is it easy to use external enum class for JS and regular enum class for JVM/Native, or is that still verbose? Any plans to support ints as well?
t
Is it easy to use external enum class for JS and regular enum class for JVM/Native?
It’s not easy, no standard mechanic for such cases, research required cc @Roman Artemev [JB]
Any plans to support ints as well?
Yes. MPP support will be more actual, after IR bug fixes (
1.5.20
in some cases)
r
BTW What issue do you mean?
t
Int
“unions” used in yFiles, but yFiles usage now locked by KT-40235 and I couldn’t find/report new IR bugs 😞
🙏 2
Also: 1.
redux
integration doesn’t work in IR 2. Reified classes are
undefined
in inline methods
r
KT-40235 is fixed BTW
t
In Kotlin
1.5.20
🙂 When it will be released?