Closed carlosrivin closed 1 year ago
Hi @carlosrivin!
Thanks for the report, I must have missed the setter creation when code reviewing the PR that introduced the parameter, sorry!
It should now be fixed in #62, please let me know if it works ;)
the fix worked! :)
side question. Is there a way to send this options parameter so that I can request it without quotes? I find it odd this quotes default way.
Link about it: https://poeditor.com/kb/quotes-in-android-string-resources
SW details (please complete the following information):
Summary and background of the bug In the documentation it's mentioned that it's possible to send order in the parameters but I belive in the latest gradle settings it's not working because it's missing a setter. Something like this for example: fun setDefaultLang(value: String) = defaultLang.set(value)
This is not available for order
Steps to reproduce Steps to reproduce the behavior:
A problem occurred evaluating project ':app'.
Expected behavior Value would be set in the request to poeditor and terms would arrive ordered
Current behavior Crashes. Exception in pasted above.
Additional context Nothing else.