spierce7
12/16/2017, 7:39 AMbashor
12/18/2017, 2:52 PMWould breaking my code up into smaller gradle modules help, or hurt?Depends on how to do it 🙂 Right now IC can build incrementally only changed module and dependent modules will be rebuild. It means that you will get maximum profit from IC if you mostly change leaf modules or your project have only a single module. Note, we are working on a fix for that.
spierce7
12/19/2017, 3:30 AMbashor
12/19/2017, 9:36 AM