useDaemonFallbackStrategy
Defines whether task execution should fail when compilerExecutionStrategy is set to KotlinCompilerExecutionStrategy.DAEMON and compilation via the Kotlin daemon is not possible. If set to true, then compilation is retried without the daemon.
Default: true