Ibotta / gradle-aspectj-pipeline-plugin

A Gradle plugin for Android projects which performs AspectJ weaving using Android's bytcode manipulation pipeline.
Apache License 2.0
75 stars 15 forks source link

It cannot use in the library of android #19

Open allen218 opened 2 years ago

allen218 commented 2 years ago

When I use the @aspect annotation that intercept the function of app library in library, it cannot work. Please help!

eschlenz commented 2 years ago

Thanks for the note. This looks like a duplicate for #9. We haven't found a solution for this yet, unfortunately.