ralf
11/20/2023, 7:01 PMFirAnalysisHandlerExtension
(link)? The appealing part of AnalysisHandlerExtension
in K1 was that it was very easy to generate new Kotlin / Java source files, however it didn’t work well with incremental compilation. I see that Kapt4 uses the new extension to generate its files (I think that happens here). Is this the recommended approach to generate new files? Will there be hooks for incremental compilation? Does this support all targets or only the JVM?dmitriy.novozhilov
11/20/2023, 7:58 PMralf
11/20/2023, 9:26 PMFirAnalysisHandlerExtension
for that reason.dmitriy.novozhilov
11/21/2023, 8:17 AMFirDeclarationGenerationExtension
, which is part of main compiler plugin pipeline