Is there any way for me to parse out source code f...
# kotlin-native
u
Is there any way for me to parse out source code files or syntax trees from klib generated by cinterop
After my try I know that klib is a zip file, I can unzip it to get some knm files, idea is able to parse these files, but I hope I can do it all by code
m
Thank you for sharing this. I was looking for some documentation on this and came across this: https://youtrack.jetbrains.com/issue/KTIJ-23635