`K2JVMCompiler` is locked down quite well. I'm try...
# compiler
m
K2JVMCompiler
is locked down quite well. I'm trying to find a way to add plugins directly to the
CompilerConfiguration
using
ComponentRegistrar.PLUGIN_COMPONENT_REGISTRARS
but there seems to be no legal way to access the compiler configuration without reimplementing
K2JVMCompiler
and
CLICompiler
😞 (edit) found a way around to get access to the configuration 🎉