And for setting up a debugging environment, it sho...
# kotlin-inject
e
And for setting up a debugging environment, it shouldn't be that hard. I'll write something up when I get a chance. But the basic idea is you can clone the repo, published to maven local, have your project point to that, then run your gradle build with
Copy code
--no-daemon -Dorg.gradle.debug=true -Dkotlin.compiler.execution.strategy=in-process
And then you can attach to it from intellij