Package com.google.devtools.ksp
Class KotlinSymbolProcessingComponentRegistrar
-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.compiler.plugin.ComponentRegistrar
public final class KotlinSymbolProcessingComponentRegistrar implements ComponentRegistrar
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleansupportsK2
-
Constructor Summary
Constructors Constructor Description KotlinSymbolProcessingComponentRegistrar()
-
Method Summary
Modifier and Type Method Description BooleangetSupportsK2()UnitregisterProjectComponents(MockProject project, CompilerConfiguration configuration)-
-
Method Detail
-
getSupportsK2
Boolean getSupportsK2()
-
registerProjectComponents
Unit registerProjectComponents(MockProject project, CompilerConfiguration configuration)
-
-
-
-