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

Collection of external artifacts participating in the output artifact generation.

Link copied to clipboard

The configured task inputs (for example, Kotlin sources) which are used to produce a task artifact.

Functions

Link copied to clipboard
abstract override fun getExcludes(): MutableSet<String>

Returns the set of exclude patterns.

Link copied to clipboard
abstract override fun getIncludes(): MutableSet<String>

Returns the set of include patterns.

Link copied to clipboard
abstract fun setSource(vararg sources: Any)

Sets input sources for this task.

Link copied to clipboard
abstract fun source(vararg sources: Any)

Adds input sources for this task.