Scripting Take Control of Gradle Module Creation
This post in video form
This post will be referencing the specific script and templates used in the KMM GitHub Browser project
Intro Embracing multi-module architecture comes with some overhead around creating new modules…big surprise.
Using the new module wizard in Android Studio quickly becomes an unscalable solution as your project becomes more and more customized.
Look at your gradle files If you take a look at your gradle files, it’s likely you have a lot of common setup, ranging from sdk versions that reference project-defined variables, or common dependencies.