Package 

Interface Kapt

  • All Implemented Interfaces:
    kotlin.Comparable , org.gradle.api.Task , org.gradle.api.plugins.ExtensionAware , org.jetbrains.kotlin.gradle.tasks.BaseKapt

    
    public interface Kapt
     implements BaseKapt
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Property<Boolean> getAddJdkClassesToClasspath()
      abstract ConfigurableFileCollection getKaptJars()
      abstract ConfigurableFileCollection getKaptExternalClasspath()
      abstract ListProperty<String> getKaptClasspathConfigurationNames()
      abstract DirectoryProperty getIncAptCache() Output directory that contains caches necessary to support incremental annotation processing.
      abstract DirectoryProperty getClassesDir()
      abstract DirectoryProperty getDestinationDir()
      abstract DirectoryProperty getKotlinSourcesDestinationDir() Used in the model builder only.
      abstract List<Object> getAnnotationProcessorOptionProviders()
      abstract DirectoryProperty getStubsDir()
      abstract ConfigurableFileCollection getKaptClasspath()
      abstract ConfigurableFileCollection getCompiledSources()
      abstract ConfigurableFileCollection getClasspath()
      abstract Property<String> getSourceSetName() Needed for the model builder.
      abstract ConfigurableFileCollection getSource()
      abstract Property<Boolean> getIncludeCompileClasspath()
      abstract Property<String> getDefaultJavaSourceCompatibility()
      • Methods inherited from class org.gradle.api.Task

        compareTo, getExtensions
      • Methods inherited from class org.jetbrains.kotlin.gradle.tasks.BaseKapt

        configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait