KotlinCompileTool
Represents a Kotlin task participating in some stage of the build by compiling sources or running additional Kotlin tools.
Inheritors
Properties
Link copied to clipboard
The destination directory where the task artifact can be found.
Link copied to clipboard
@get:InputFiles
@get:SkipWhenEmpty
@get:IgnoreEmptyDirectories
@get:NormalizeLineEndings
@get:PathSensitive(value = PathSensitivity.RELATIVE)
The configured task inputs (for example, Kotlin sources) which are used to produce a task artifact.