Multi-module Android projects are now the recommended way to take advantages of performance improvements with Android Gradle Plugin 3+. However, as we add more modules to our project, we quickly run into the issue of dependency management. Different ways of managing Gradle dependencies: Manual Management Google’s Recommendation using “ext” Kotlin + buildSrc 1) Manual Management 👎 This is the way