Hi guys ! Does anyone from the team knows if there...
# javascript
j
Hi guys ! Does anyone from the team knows if there is any current development to improve the reflection API when targeting JS ? I really need the method KProperty{0,1,2}.getDelegate() for a project. Maybe I could check if it is easily achievable and try to make a PR ? 🙂
b
Sorry, but we are not going to introduce any improvements in reflection API for Kotlin/JS next few months.
I think, right now the most realistic way is creating compiler plugin for that.