# Optimizing Gradle Builds in Multi-module Projects - Jigar Brahmbhatt

DevFeed: [Optimizing Gradle Builds in Multi-module Projects - Jigar Brahmbhatt](<https://devfeed.tech/articles/optimizing-gradle-builds-in-multi-module-projects-jigar-brahmbhatt-38306.md>)

Original publisher: [Read original article](<https://touchlab.co/optimizing-gradle-builds-in-Multi-module-projects>)

Published: 2023-10-04T15:46:40Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Gradle](<https://devfeed.tech/topics/gradle.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [build times](<https://devfeed.tech/topics/build-times.md>), [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [build-performance](<https://devfeed.tech/tags/build-performance.md>), [build-times](<https://devfeed.tech/tags/build-times.md>), [cache](<https://devfeed.tech/tags/cache.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [modules](<https://devfeed.tech/tags/modules.md>), [optimizing](<https://devfeed.tech/tags/optimizing.md>), [strategies](<https://devfeed.tech/tags/strategies.md>)

## AI overview

A practical guide to reducing Gradle build times in large Kotlin Multiplatform multi-module projects. It recommends benchmarking builds, using Gradle Build Scan and Android Studio Build Analyser, reviewing cache and configuration settings, and improving dependency visibility.

## Source excerpt

Explore practical use cases and strategies for speeding up Gradle builds in your multi-module projects.