Aspectj with android library
问题 I have a lib that use aspects and is available via maven, now I'm trying to use that lib in an android application. If I include this plug-in in the app gradle file, everything works fine, but my goal is to extract the classpath 'com.uphyca.gradle:gradle-android-aspectj-plugin:0.9.+' and the apply plugin: 'android-aspectj' (required by the plugin) to the my.lib gradle file instead of declaring in my app. Is that possible? app gradle file: classpath 'com.uphyca.gradle:gradle-android-aspectj