This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
Why applicationId, versionCode and versionName are moved to the root build.gradle instead of being in app's build.gradle. Is there any advantage by using this approach?
Why applicationId, versionCode and versionName are moved to the root build.gradle instead of being in app's build.gradle. Is there any advantage by using this approach?