For logging I get the line number from the stacktr...
# announcements
p
For logging I get the line number from the stacktrace. Now kotlin's inline functions mess that up. Is there some way (maybe reflection metadata) where I can find a reference to the file from where the inline class was called?
👏 1