Hey, sorry if this is a stupid question as I don't know much about iOS development.
When I use "jump to definition" in XCode on a (KMP) method or class from code, it will jump to that (basically) unreadable generated header file. However if I do the same on the module import it does show that header in a more human readable format, is there a flag or setting I forgot that parses all those
swift_name
attributes?