Yeah, but be warned that it will surface shitloads of internal methods. Also if you're using ir, everything is mangled by default unless @JsExported
m
mike.holler
03/01/2022, 3:35 AM
Thanks for the responses. It looks like I'm out of luck on this angle. Thankfully I can get what I need done with a kotlinx.ast at build time. Basically I'm writing a couple fancy lining checks, that look at multiple files (so I can't use a custom ktlint ruleset), and help enforce code quality.