Class KspGeneratesRootInputProcessor

java.lang.Object
androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor
dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
dagger.hilt.processor.internal.generatesrootinput.KspGeneratesRootInputProcessor
All Implemented Interfaces:
androidx.room.compiler.processing.XBasicAnnotationProcessor, com.google.devtools.ksp.processing.SymbolProcessor

public final class KspGeneratesRootInputProcessor extends KspBaseProcessingStepProcessor
Processes the annotations annotated with
invalid @link
dagger.hilt.GeneratesRootInput
which generate input for components and should be processed before component creation.