Monday, June 21, 2021

How to improve build times in android

Few steps that can be taken to improve the build performance Use Gradle enterprise caching to preserve build artifacts between runs Split into library Modules Breaking up appLibrary into their respective library modules Integrate Pipe line Development build pipeline - run for each PR Release build pipeline - run for release cycle Integrte Sonar Profiling