Compose Investigator Plugin Registrar
Registers the IrGenerationExtension's of ComposeInvestigator into the Kotlin Compiler Plugin.
This class registers the IrGenerationExtension in two LoadingOrder phases:
LoadingOrder.FIRST - Adds the IrGenerationExtension of ComposeInvestigator that must run before the Compose Compiler operates. This corresponds to ComposeInvestigatorFirstPhaseExtension.
LoadingOrder.LAST - Adds the IrGenerationExtension of ComposeInvestigator that must run after the Compose Compiler has completed. This corresponds to ComposeInvestigatorLastPhaseExtension.
ComposeInvestigatorPluginRegistrar only supports the K2 Kotlin compiler.
Functions
Link copied to clipboard
open override fun registerProjectComponents(project: MockProject, configuration: CompilerConfiguration)