ralf
02/14/2023, 12:48 AM-Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy=in-process
But with 1.8.20 you can’t run the compiler in-process anymore.
In other tickets I found
-Dkotlin.daemon.jvm.options="-agentlib:jdwp=transport=dt_socket\,server=y\,suspend=n\,address=*:5005"
But no luck there, the connection is refused. Any advice?-P
instead of `-D`:
-Pkotlin.compiler.execution.strategy=in-process