Package 

Interface CompilationExecutionSourceSupport

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit setExecutionSourceFrom(T compilation) Select a compilation to run the execution from.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setExecutionSourceFrom

         abstract Unit setExecutionSourceFrom(T compilation)

        Select a compilation to run the execution from.

        The compilation's KotlinCompilationToRunnableFiles.runtimeDependencyFiles will be treated as runtime dependencies, and its output as runnable files.

        This overrides other KotlinExecution.executionSource selection options.