Corbin McNeely-Smith
02/18/2020, 5:16 PMraulraja
02/18/2020, 6:05 PMorg.jetbrains.kotlin.resolve.jvm.extensions.AnalysisHandlerExtension#analysisCompleted
before it goes into codegen to avoid codegeneration if you are using a compiler plugin that interfaces with the different compiler phases but I’m not sure if there is a flag for it to just ask the compiler to disable codegen. The Kotlin IDEA plugin uses a loop on analisys and only codegens when you do a full compile but for that analisys loop they instantiate that part of the compiler API manuallyCorbin McNeely-Smith
02/18/2020, 6:06 PMCorbin McNeely-Smith
02/18/2020, 6:07 PMtschuchort
02/18/2020, 6:47 PMCorbin McNeely-Smith
02/18/2020, 9:33 PM