I'm looking at my production builds and 50% of the build time is in the task minifyProductionReleaseWithR8
. Looking at Google's guides for optimizing build speed there is nothing mentioned about R8. Generally, I'm working towards breaking out more modules to enable better build parallelization but I don't know if that will affect R8 minification time.
Is it possible to speed up R8
Asked Answered
© 2022 - 2025 — McMap. All rights reserved.
api
vsimplementation
dependencies) on a per-submodule basis and in parallel. – Breadthways