Or better, yet. Is it possible to attach the debug...
# compiler
p
Or better, yet. Is it possible to attach the debugger to my plugin?
s
Try running gradle with
-Dkotlin.compiler.execution.strategy=in-process -Dorg.gradle.debug=true
and then connect a debugger to port 5005
p
Thanks!