Hello everyone,
we want to use a custom compiler plugin in our company and have to opt in to ExperimentalCompilerApi
. The plugin itself is not very complex, so if we need to adjust it later on that would no problem. However, if support for plugins were to be completely dropped, that would be problematic as we intend to build a lot of stuff upon this plugin. Specifially, we are building an IrGenerationExtension
that replaces some string templates calls with method calls. Can you say anything about how likely it is that we will be able to do this in the future? Thanks a lot!