Interface CompilationExecutionSource
-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.plugin.KotlinExecution.ExecutionSource
public interface CompilationExecutionSource<CompilationType extends KotlinCompilation<?>> implements KotlinExecution.ExecutionSource
An execution source that is produced by a compilation.
See also: CompilationExecutionSourceSupport.
-
-
Method Summary
Modifier and Type Method Description abstract CompilationType
getCompilation()
-
-
-
Method Detail
-
getCompilation
abstract CompilationType getCompilation()
-
-