Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
365 stars 58 forks source link

fix *.jar file not found #78

Closed Nexen23 closed 6 years ago

Nexen23 commented 6 years ago

If java/java-library plugin applied in subproject, then classpath.files fails to find .jar. Let's postpone classpath resolving until the very end (it is done by uPhyca's fix below)

Nexen23 commented 6 years ago

Related to https://github.com/Archinamon/android-gradle-aspectj/issues/74