Can I inspect the contents of a `*.knm` file someh...
# kotlin-native
m
Can I inspect the contents of a
*.knm
file somehow? Something like
objdump
but for .klib/.knm ? I'm trying to find a place where I'm referencing an internal symbol from my code.
IntelliJ can open the
*.knm
file but somehow doesn't list the aforementioned internal symbol while
strings
does