We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: When building with known Android-supported locales, the resulting SupportedLocales.exonyms property is way too big and fails to compile.
SupportedLocales.exonyms
Expected: Plugin should be able support any number of given locales.
Potential solution: Separate individual exonym maps by locale and have the exonyms property contain a map with those locale maps as its entries.
The text was updated successfully, but these errors were encountered:
aormsby
No branches or pull requests
Problem: When building with known Android-supported locales, the resulting
SupportedLocales.exonyms
property is way too big and fails to compile.Expected: Plugin should be able support any number of given locales.
Potential solution: Separate individual exonym maps by locale and have the exonyms property contain a map with those locale maps as its entries.
The text was updated successfully, but these errors were encountered: