how can I attach a debugger to the kotlin build da...
# announcements
p
how can I attach a debugger to the kotlin build daemon started by gradle? I can't find a way to pass JVM pars based on
GradleKotlinCompilerRunner.kt
, and it seems to point-blank crash gradle if I pass
-Dkotlin.compiler.execution.strategy=in-process -Dorg.gradle.daemon=false