I ve moved my flutter project from local drive to google drive in order to have coding access from different machines (mac os & windows). Locally the app runs fine. But from google drive i get :
FAILURE: Build failed with an exception.
*** Where:**
Build file ‘G:\My Drive\AndroidStudioProjects\my_first_flutter_app\android\app\build.gradle’ line: 24
*** What went wrong:**
A problem occurred evaluating project ‘:app’.
> Failed to apply plugin [class ‘org.gradle.api.plugins.BasePlugin’]
** > Could not create service of type OutputFilesRepository using ExecutionGradleServices.createOutputFilesRepository().**
*** Try:**
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
*** Get more help at https://help.gradle.org**
BUILD FAILED in 1m 3s
Finished with error: Gradle task assembleDebug failed with exit code 1