Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.tasks.compile
/
GroovyCompileOptions
/
setFork
set
Fork
API
open
fun
setFork
(
fork
:
Boolean
)
(
source
)
Sets whether to run the Groovy compiler in a separate process. Defaults to
true
.