uPhyca / gradle-android-aspectj-plugin

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

Android build too slow #24

Closed dinisnunes1 closed 8 years ago

dinisnunes1 commented 9 years ago

I'm using this plugin in my android project to support monkeyTalk automated tests. Now the build is slow, and when I get an error in my code, the error comes from compileMyFlavourDebugAspectJ.

This means that, the AspectJ is used to compiled all my Flavours (Even before the android plugin compiler). Is there a way to say that I want only to apply the plugin for one specific Flavour or BuildType?