Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties are not injected if the plugin is applied before the Android plugin #62

Open
0neel opened this issue Feb 14, 2023 · 1 comment

Comments

@0neel
Copy link

0neel commented Feb 14, 2023

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.

@jamesncl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants