api / org.gradle.api.tasks.compile / CompileOptions / isFork

isFork

@Input open fun isFork(): Boolean

Tells 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.