While building the App we get an incompatbility error.
Failed to install 'cordova-plugin-zeep': CordovaError: Version of installed plugin: "cordova-plugin-file@6.0.2-OS2" does not satisfy dependency plugin requirement "cordova-plugin-file@>=2.0.0". Try --force to use installed plugin as dependency.
This happens because the plugin expects the File Plugin to be 2.0.0, but the current version, OutSystems native, is 6.0.2.
Do you have plans to update the component to fetch the correct dependencies?