Package 

Class KaptTask

  • All Implemented Interfaces:
    kotlin.Comparable , org.gradle.api.Task , org.gradle.api.internal.DynamicObjectAware , org.gradle.api.internal.TaskInternal , org.gradle.api.plugins.ExtensionAware , org.gradle.util.Configurable , org.jetbrains.kotlin.gradle.internal.tasks.TaskWithLocalState , org.jetbrains.kotlin.gradle.tasks.BaseKapt , org.jetbrains.kotlin.gradle.tasks.UsesKotlinJavaToolchain

    @CacheableTask() 
    public abstract class KaptTask
    extends DefaultTask implements TaskWithLocalState, UsesKotlinJavaToolchain, BaseKapt
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class KaptTask.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      KaptTask(ObjectFactory objectFactory)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ConfigurableFileCollection getCompilerClasspath()
      abstract ConfigurableFileCollection getClasspathStructure()
      abstract ListProperty<CompilerPluginConfig> getKaptPluginOptions()
      List<Object> getAnnotationProcessorOptionProviders()
      Property<Boolean> getIncludeCompileClasspath()
      final Provider<KotlinJavaToolchain> getKotlinJavaToolchainProvider()
      final Boolean getUseBuildCache()
      final Unit setUseBuildCache(Boolean useBuildCache)
      Property<BuildMetricsReporter> getMetrics()
      abstract Property<Boolean> getVerbose()
      • Methods inherited from class org.gradle.api.internal.AbstractTask

        appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects
      • Methods inherited from class org.gradle.api.DefaultTask

        compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
      • Methods inherited from class org.jetbrains.kotlin.gradle.internal.tasks.TaskWithLocalState

        getLocalStateDirectories
      • Methods inherited from class org.jetbrains.kotlin.gradle.tasks.UsesKotlinJavaToolchain

        getKotlinJavaToolchain
      • Methods inherited from class org.jetbrains.kotlin.gradle.tasks.BaseKapt

        getClassesDir, getClasspath, getCompiledSources, getDefaultJavaSourceCompatibility, getDestinationDir, getIncAptCache, getKaptClasspath, getKaptClasspathConfigurationNames, getKaptExternalClasspath, getKotlinSourcesDestinationDir, getSource, getSourceSetName, getStubsDir
      • Methods inherited from class java.lang.Object

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