setExecutable

open fun setExecutable(@Nullable executable: @Nullable String)(source)

Sets the compiler executable to be used.

Only takes effect if CompileOptions.fork is true. Defaults to null.

Setting the executable disables task output caching.