How can I register a compiler plugin in the standa...
# compiler
b
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.
I think that
registerCompilerPluginServices
is the key. But I don't know how to add the compiler plugins inside
CompilerConfiguration
.