How can I register a compiler plugin in the standalone Analyzer API? I can't find any example. Detekt has issues resolving the types generated with the compiler plugins so I guess that we should register those plugins to fix them.
Brais Gabin
02/25/2026, 1:55 AM
I think that
registerCompilerPluginServices
is the key. But I don't know how to add the compiler plugins inside