groovy / groovy-android-gradle-plugin

A Gradle plugin to support the Groovy language for building Android apps
Apache License 2.0
850 stars 116 forks source link

Updated Plugin Internals #93

Closed AndrewReitz closed 8 years ago

AndrewReitz commented 8 years ago

Updated plugin to use the variant manager inside of the android plugin to easier get declared source sets. This sets us up to implement custom source sets, and has less dependencies on the layout of the project.

This fixes #39, or at least demonstrates that intrinsics work, and setups up the groundwork for #36 and #46.

cc: @beckje01 @melix