Package 

Enum KotlinCompilerExecutionStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OUT_OF_PROCESS

      Execute Kotlin compiler in a new forked process for each compilation

      Note: currently this strategy doesn't support incremental compilation

      IN_PROCESS

      Execute Kotlin compiler inside the Gradle process

      Note: currently this strategy doesn't support incremental compilation

      DAEMON

      Execute 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 String getPropertyValue() Value that should be passed for kotlin.compiler.execution.strategy Gradle property to choose the strategy
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait