Kapt

interface Kapt : BaseKapt

Represents a BaseKapt task whose implementation is running Kotlin/Kapt directly (without using the Kotlin compiler).

Properties

Link copied to clipboard
@get:Input
abstract val addJdkClassesToClasspath: Property<Boolean>

Add JDK classes to the BaseKapt.classpath.

Link copied to clipboard
@get:Classpath
abstract val kaptJars: ConfigurableFileCollection

The file collection that contains org.jetbrains.kotlin:kotlin-annotation-processing-gradle and kotlin-stdlib artifacts that are used to run annotation processing.