Interface KotlinTargetExecution
-
- 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 KotlinTargetgetTarget()-
-
Method Detail
-
getTarget
abstract KotlinTarget getTarget()
-
-
-
-