Strum355
08/15/2023, 12:08 PManalysisCompleted
in my plugin isnt getting called for a particular project? Ive confirmed that the plugin is being registered (I can see the correct flags in the compiler cli entrypoint when the breakpoint hits, and the CommandLineProcessor
is reading the registered flags), the compiler is getting invoked, but the plugin isnt being called. The project has kotlinOptions.languageVersion = "2.0"
set, with kotlin 1.9. I havent tested with languageVersion
lowered, as itd require code changes for it to then compile afaik (not my project). Other 1.9 projects work as expected. Is it the languageVersion
being set, causing legacy plugins to not be invoked?shikasd
08/15/2023, 12:22 PMStrum355
08/15/2023, 12:25 PMlanguageVersion = "2.0"
part specifically that determines this?shikasd
08/15/2023, 12:27 PM