We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92e7769 + 0df7362 commit 947a981Copy full SHA for 947a981
1 file changed
test-app/app/build.gradle
@@ -186,6 +186,7 @@ def setAppIdentifier = { ->
186
}
187
188
android {
189
+ applyBeforePluginGradleConfiguration()
190
191
if (enableKotlin) {
192
kotlinOptions {
@@ -242,7 +243,6 @@ android {
242
243
244
245
setAppIdentifier()
- applyBeforePluginGradleConfiguration()
246
applyPluginGradleConfigurations()
247
applyAppGradleConfiguration()
248
0 commit comments