Is it possible to integrate Dagger and AspectJ in an Android Studio project?
问题 I'm working in an Android project where I'm using Dagger for dependency injection. I don't know so much about Gradle, but as far as I understand, the Dagger annotations are processed by its compiler once the project is built. There's no problem in configuring it as the user guide says. Well, now I want to integrate AspectJ too, so I'm looking at one of the plugins for Android. However, it seems this plugin does a build post processing job to read the aspects too, which remains in conflict