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 module) or only once in the project build.gradle.kts
or maybe only once in my “main” (:app
with MainActivity
) module?