Till Rathschlag
07/16/2025, 10:43 AMHello everyone,
we want to use a custom compiler plugin in our company and have to opt in to. 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 anExperimentalCompilerApi
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!IrGenerationExtension
dmitriy.novozhilov
07/16/2025, 10:46 AMIrGenerationExtension
will be dropped completely are close to zero, as some essential parts of the ecosystem depend on it (compose and kotlinx.serialization).
However, chances that you'll need to adjust the plugin to the incompatible changes in the compiler with each release are quite highTill Rathschlag
07/16/2025, 12:22 PM