Closed louiszawadzki closed 1 year ago
Create an application variants loop if it's missing from the app/build.gradle file. If the android closure is absent, we'll do nothing.
app/build.gradle
android
We introduce a state variable to know where we are when we're reading the file line by line.
What and why?
Create an application variants loop if it's missing from the
app/build.gradle
file. If theandroid
closure is absent, we'll do nothing.How?
We introduce a state variable to know where we are when we're reading the file line by line.
Review checklist