android / android-studio-poet

Large Android projects generator
Apache License 2.0
702 stars 85 forks source link

Add optional extraLines parameters #60

Closed srmurguia closed 6 years ago

srmurguia commented 6 years ago

The addded parameters are extraBuildFileLines and extraAndroidBuildFileLines. They are of type List?. If present, the strings they contain will be appended to the generated build.gradle files. This allows some extra customization of the generated modules.

srmurguia commented 6 years ago

Just realized that this extension should go in the utils package... Moving it there...