Skip to content

ComponentRegistrar

Jens Klingenberg edited this page Aug 11, 2019 · 4 revisions

This is an entry point for the compiler plugin. Extend the class and override registerProjectComponents

open class CommonComponentRegistrar : ComponentRegistrar {

    override fun registerProjectComponents(
        project: MockProject,
        configuration: CompilerConfiguration
    ) {
}

}
Clone this wiki locally