we are using multiproject structure like this.
-app
settings.gradle
build.gradle
-----libraries:commonLib
-------build.gradle
-----libraries:lib1
------build.gradle
-----libraries:lib2
-------build.gradle
-----libraries:lib3
-------build.gradle
-----libraries:lib4
-------build.gradle
-----libraries:lib5
-------build.gradle

a. app depends on all libs.
b. lib1, lib2, etc all depends on commonLib.

now we are facing two problems.
1. Incremental build is not working. Always we have to run
./gradlew clean assembleDebug
2. For our mid 2010 macbook pro its taking 40-45 minutes to build.
So what can we do fast build and any idea why incremental build is not 
working?

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to