You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the plugin is added before com.android.application it silently skips properties injection.
I believe it should fail the build in this case. Or, at least, docs should mention that the order is important.
It took me several hours to understand why the properties are not injected when after some refactoring I accidentally changed the order of plugins.
The text was updated successfully, but these errors were encountered:
Thank you, I also lost an hour chasing this until I found this issue. Agree that this should be documented or, fail the build with an explanatory error message, or otherwise fixed so that ordering is not important
If the plugin is added before
com.android.application
it silently skips properties injection.I believe it should fail the build in this case. Or, at least, docs should mention that the order is important.
It took me several hours to understand why the properties are not injected when after some refactoring I accidentally changed the order of plugins.
The text was updated successfully, but these errors were encountered: