How do I set up Intellij for bytecode instrumentation?
Answered
This forum doesn't seem to allow posting code, so I'll just link to stackoverflow:
In a nutshell, I'm trying to set up Intellij such that I can use it for bytecode instrumentation. This being the first time I have to work with instrumentation, I have no idea how and would appreciate some help in getting it to work.
Please sign in to leave a comment.
It doesn't seem to be IntelliJ IDEA specific question, rather Gradle/ASM configuration.