# Modularization - Lessons learned

DevFeed: [Modularization - Lessons learned](<https://devfeed.tech/articles/modularization-lessons-learned-28681.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2019/06/12/modularizationtips/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2019-06-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [modules](<https://devfeed.tech/topics/modules.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Git](<https://devfeed.tech/topics/git.md>), [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [git](<https://devfeed.tech/tags/git.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [modularization](<https://devfeed.tech/tags/modularization.md>), [modules](<https://devfeed.tech/tags/modules.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [tips](<https://devfeed.tech/tags/tips.md>)

## AI overview

The article shares lessons learned from modularizing apps at Philips Hue. It covers simplifying module configuration, visualizing module dependencies, organizing settings.gradle, and structuring large multi-module projects.

## Source excerpt

Wrapping up this series on modularization I'd like to share some of the things we've learned at Philips Hue while going through this process the past year.