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

Dynamic feature support #14

Closed audiserg closed 2 years ago

audiserg commented 2 years ago

Added dynamic-feature library support Added logs (for directory)

eschlenz commented 2 years ago

@audiserg Hey! I must have missed an email or something on this. Was this something you were still looking to get incorporated? Wanted to make sure it was still relevant.

Sorry for the oversight!

audiserg commented 2 years ago

@audiserg Hey! I must have missed an email or something on this. Was this something you were still looking to get incorporated? Wanted to make sure it was still relevant.

Sorry for the oversight!

Hi Eric, yes it is relevant. Temporarily I had to make a local repository where I add my changes to the library. I would like to see these changes in the code, especially since they are not essential.I added support for dynamic modules and a bit of logging at build time. As I understand you only need to confirm the merge request