Mike Dawson
08/23/2023, 11:31 AM./gradlew -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy=in-process module:taskName
Now it seems like no-daemon is needed (I had stopped gradle daemon before) e.g.
./gradlew :module:taskName:taskName --no-daemon -Dorg.gradle.debug=true -Pkotlin.compiler.execution.strategy=in-process
I think how to run the debugger should be documented and supported. Developing without a working debugger is not fun. This is one of the first issues ever filed:
https://github.com/google/ksp/issues/31
There are various suggestions - some work, some don't. Please document this.Ting-Yuan Huang
08/26/2023, 12:08 AM