Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
342 stars 44 forks source link

Support for multiple flavours #9

Open lionel-faber opened 6 years ago

lionel-faber commented 6 years ago

If I have multiple flavours of my library e.g. free/premium

Then in my dependencies:

freeApi project('freeModule')
premiumApi project('premiumModule')

Having this support to generate various flavours of the AAR would be nice

oscarcpozas commented 6 years ago

Hey Lionel, thanks for proposing the improvement. This feature is pending to future due to a lack of time at this moment. However, I invited you to implement this feature and send me a PR.