-
- All Implemented Interfaces:
-
org.gradle.api.Named
,org.jetbrains.kotlin.gradle.plugin.KotlinExecution
public interface KotlinTargetExecution<SourceType extends KotlinExecution.ExecutionSource> implements KotlinExecution<SourceType>
-
-
Method Summary
Modifier and Type Method Description abstract KotlinTarget
getTarget()
abstract SourceType
getExecutionSource()
The source of the executable code that this execution runs from.
-
-
-
Method Detail
-
getTarget
abstract KotlinTarget getTarget()
-
getExecutionSource
abstract SourceType getExecutionSource()
The source of the executable code that this execution runs from. It is usually set via members of execution source support interfaces, such as CompilationExecutionSourceSupport or ClasspathTestRunSourceSupport, or
setExecutionSourceFrom*
functions.
-
-