Will Kotlin JS target get full reflection API support anytime soon?
I’m planning to write a tool that would currently use standalone Kotlin compiler (JVM) to create a program generating serialization code for JS target.
If JS target would support full reflection API it would render such (hacky) approach obsolete as I would be able to create object mapper directly in JS target code (well it wouldn’t generate code statically like in approach above, but performance isn’t an issue).
So is full reflection API support planned to be implemented in the near future (in few following months)?