CompilationExecutionSourceSupport

interface CompilationExecutionSourceSupport<in T : KotlinCompilationToRunnableFiles<*>>

Provides methods to set a KotlinCompilation as an ExecutionSource.

Functions

Link copied to clipboard
abstract fun setExecutionSourceFrom(compilation: T)

Selects the compilation to run the execution from.