KotlinTargetExecution
interface KotlinTargetExecution<out SourceType : KotlinExecution.ExecutionSource> : KotlinExecution<SourceType>
Represents an execution in the scope of a KotlinTarget.
Inheritors
Properties
Link copied to clipboard
The source of the executable code that this execution runs.
Link copied to clipboard
The KotlinTarget that this execution belongs to.