After I have followed the documentation
https://success.outsystems.com/documentation/11/extensibility_and_integration/mobile_plugins/payments_plugin/
Filling in all the necessary fields. I wanted to generate an android app with no success.
I get the error
OS-MABS-GEN-40017
Error message
There was an issue generating the app. Gradle now requires you to declare dependencies using “implementation” or “api” instead of “compile”. The dependency being incorrectly declared is “{0}”. Check your plugin configurations and try again.
I don't really understand what they mean with the plugin configurations?
Could anyone help me out with this.
Hi Kadir,
According here, OS-MABS-GEN-40017 ...
This error occurs when you are generating an Android package with MABS 8 or higher because Gradle 7 or higher doesn't support compile as a way to declare dependencies.
Open the link and see if the recommended action works for you.
Cheers!
RAV