How Glovo improves Build Time on Android
Showing 3 of 3 articles (Page 1 of 1)
Glovo discovered that adding explicit types to Java Map definitions cut their Android build time by 30%, diving into JVM type inference internals and Gradle debugging to find this optimization.
Part II of Glovo's Gradle optimization series covers JVM memory configuration, hardware considerations, dependency management, and minor but impactful build time optimizations.
Glovo shares how they reduced CI build times from 1 hour to 15 minutes by leveraging Gradle parallel execution, local and remote build caching, and configuration cache. Part I of a two-part series.