-
Notifications
You must be signed in to change notification settings - Fork 6
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
) {
}
}