Class KotlinSymbolProcessingExtension

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SymbolProcessorProvider getTestProcessor()
      List<SymbolProcessorProvider> loadProviders()
      • Methods inherited from class com.google.devtools.ksp.AbstractKotlinSymbolProcessingExtension

        doAnalysis, getCleanFilenames, getCodeGenerator, getDeferredSymbols, getDirtyFiles, getFinished, getIncrementalContext, getInitialized, getLogger, getNewFileNames, getOptions, getProcessors, getProviders, getRounds, getTestMode, setCleanFilenames, setCodeGenerator, setDirtyFiles, setFinished, setIncrementalContext, setInitialized, setNewFileNames, setProcessors, setProviders, setRounds
      • Methods inherited from class org.jetbrains.kotlin.resolve.extensions.AnalysisHandlerExtension

        analysisCompleted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinSymbolProcessingExtension

        KotlinSymbolProcessingExtension(KspOptions options, KSPLogger logger, SymbolProcessorProvider testProcessor)