-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum KotlinCompilerExecutionStrategy extends Enum<KotlinCompilerExecutionStrategy>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinCompilerExecutionStrategy.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description OUT_OF_PROCESSExecute Kotlin compiler in a new forked process for each compilation
Note: currently this strategy doesn't support incremental compilation
IN_PROCESSExecute Kotlin compiler inside the Gradle process
Note: currently this strategy doesn't support incremental compilation
DAEMONExecute Kotlin compiler in its own daemon. Default strategy.
Daemon may be shared across multiple compile tasks if it's considered compatible
-
Method Summary
Modifier and Type Method Description final StringgetPropertyValue()Value that should be passed for kotlin.compiler.execution.strategyGradle or system property to choose the strategyfinal StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getPropertyValue
final String getPropertyValue()
Value that should be passed for
kotlin.compiler.execution.strategyGradle or system property to choose the strategy
-
getOrdinal
final Integer getOrdinal()
-
-
-
-