Android Studio – Correctly configure a release build – once per project or in all modules?
I've created my first Android project with two modules (:app and :additionalModule). Now I want to create a release build with isMinifyEnabled = true and all these things. Do I have to configure that in each module (build.gradle.kts of each…