Is there any way to debug Kapt with enabled workers API?
Apparently option kotlin.daemon.jvm.options to pass debug params is not relevant anymore (cannot connect debugger), if I use standard gradle debugging, I can connect wihout problem but breakpoints on code of annotation processor don’t work.
So now the only way is disable workers API and use kotlin.daemon.jvm.options
Maybe anyone has better solution