Hey <@U16NLGHQ8>! I've just read your <article on ...
# konsist
x
Hey @igor.wojda! I've just read your article on the motivation behind Konsist and it got me wondering: • AFAIK, reflection is not supported for KMP. How does Konsist manage to target all the supported Kotlin bytecode targets while inspecting the code at runtime? This may be a dumb question as I'm lacking some KMP knowledge here
i
Konsist is parsing Kotlin (text) files before they are compiled, so there is no need for using reflection
BTW I have updated the article to explicitly mention this thx
gratitude thank you 1
x
Cool, that's such a simple and effective approach! Thanks for the info @igor.wojda!
🙃 1
i
Covers all of the cases for now and indeed it is effective.
🆒 1