getIsFork

@ReplacedBy(value = "fork")
open fun getIsFork(): Property<Boolean>(source)

Sets whether to run the compiler in its own process. Note that this does not necessarily mean that a new process will be created for each compile task. Defaults to false.