android / android-studio-poet

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

Generate a .dot file and parallelize Android Modules creation. #74

Closed srmurguia closed 6 years ago

srmurguia commented 6 years ago

Dependency graph is now saved to a .dot file instead of printing directly to stdout.

Also, now Android modules are created in parallel too.