-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.plugin.KotlinExecution.ExecutionSource
public interface KotlinAggregateExecutionSource<AggregatedSourceType extends KotlinExecution.ExecutionSource> implements KotlinExecution.ExecutionSource
An execution source that aggregates other executionSources.
-
-
Method Summary
Modifier and Type Method Description abstract Iterable<AggregatedSourceType>
getExecutionSources()
-
-
-
Method Detail
-
getExecutionSources
abstract Iterable<AggregatedSourceType> getExecutionSources()
-
-