Zac Sweers
06/10/2020, 9:22 PMMessager
? I’ve noticed that simple printlns don’t work for this case, so currently doing error("here")
-driven-development 😁Ting-Yuan Huang
06/10/2020, 9:46 PMZac Sweers
06/10/2020, 9:51 PM./gradlew :sample:build --no-daemon -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy=in-process
Ting-Yuan Huang
06/10/2020, 9:57 PM./gradlew -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=8765\,server=y\,suspend=n" ...
and attach to the KotlinCompileDaemon process in the debugger might worth trying.Zac Sweers
06/10/2020, 10:06 PMJiaxiang
06/10/2020, 10:09 PM