Unity and Exporting to a Gradle Build Format. Android Development

Hello,

I am very new to Gradle and I am attempting to modify the files being exported from Unity when a Android Build is created to be able to be process in Gradle.

my current roadblock is that my app.iml file defines :

generateDebugSources

but when I attempt to open the app in Android Studios I get this error:
Error:FAILURE: Build failed with an exception.

* What went wrong:
Task 'generateDebugSources' not found in project ':app'.

* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

New Users cannot upload attachments so I will be eagerly waiting your questions or advice.

Thank you for your time.