Is there a way to parse the knm files in a klib in...
# multiplatform
o
Is there a way to parse the knm files in a klib into a syntax tree? I want to check some annotations inside of it.
h
AFAIK only on the JVM cause you would need to use the kotlin compiler
j
Are they public? There an ABI reader library for klibs
o
I really appreciate your help!