I\'d like to use AspectJ in Gradle project (it\'s not an Android project - just a simple Java app).
Here is how my build.gradle looks like:
apply plugin
Looks like there is a new "official" gradle plugin for AspectJ:
https://plugins.gradle.org/plugin/aspectj.gradle
Unfortunately the documentation is minimal. I haven't tried it myself.