Hi, concerning build time is there anything that can make it faster ?
o
olonho
05/31/2018, 4:13 PM
We are working on improvements in that direction, but it requires huge refactoring, so we need to do that first
s
spierce7
05/31/2018, 4:34 PM
Split your build into smaller modules, and your build will be faster
j
james
05/31/2018, 4:53 PM
oh ok, i know it is still early to ask for too much, i'll try to split in different gradle module to help a bit thanks!
s
Sam
06/01/2018, 5:23 PM
I’m working on a multi platform project and have some build scripts that call individual gradle tasks for the platform I’m focusing on at the time and then periodically do a full build. It helps. Also if you’re doing iOS and only testing in the simulator just build that target instead of all of the platform targets when you make a change.