tamas.barta
07/03/2018, 7:54 AMkapt
tasks running for long minutes. We only use kapt
for Dagger. Is there any known issues, that I couldn't find with my hours of googling on the topic? We use parallel task execution for many modules (of an Android app), and the result is still 10 minutes, which is made up mostly from dexing and kapt
. We tried upgrading every library including Dagger, and the issue persists. Do you have any suggestions?rattleshirt
07/05/2018, 7:25 AMtamas.barta
07/06/2018, 2:13 PMadams2
07/06/2018, 9:01 PMtamas.barta
07/16/2018, 7:12 AMapp
module (the com.android.application
one), but it didn't improve build time. 😞James
07/31/2018, 5:45 AMSangeet
08/08/2018, 6:37 PMtamas.barta
08/13/2018, 8:12 PMcommon
module, that is required by most modules. That shouldn't be a problem, since after compiling that thin layer, all other modules should be able to move on compiling in parallel.
@Sangeet, if you run your build with the --profile
switch, you'll get a report telling how much time each task took to run.Sangeet
08/14/2018, 4:14 AMtamas.barta
08/15/2018, 9:30 PM