ExecutionTaskHolder

interface ExecutionTaskHolder<T : Task>

Provides a reference to the Gradle task that executes KotlinExecution.

Properties

Link copied to clipboard
abstract val executionTask: TaskProvider<T>

Provides the Gradle task that executes the KotlinExecution.