uPhyca / gradle-android-aspectj-plugin

A Gradle plugin which enables AspectJ for Android builds.
Apache License 2.0
279 stars 55 forks source link

fix: can't resolve classes in libs/*.jar of aar library #19

Closed bai-jie closed 9 years ago

bai-jie commented 9 years ago

Because project settings may be updated by other tasks, delay the setting of aspectjCompileTask to use the latest information. This fix the bug which is, cannot resolve classes in libs/*.jar of aar library like libs/internal_impl-22.0.0.jar of support-v4-22.0.0.aar.

recur bug:

  1. clean the tests project
  2. assemble or build the test project
esmasui commented 9 years ago

Thanks for your contributions! I've released to maven central as 0.9.12.