is there a way to find the name of the source file...
# announcements
c
is there a way to find the name of the source file for a class?
currently i do it like this: https://github.com/christophsturm/strikt/blob/christoph/file-peek/strikt-core/src/main/kotlin/strikt/internal/peek/FilePeek.kt#L18 but that only works when the file has the same name as the class.