Implementation ':play-services-maps:17.0.1' Implementation 'androidx.legacy:legacy-support-v4:1.0.0' Implementation 'nstraintlayout:constraintlayout:2.0.4' Implementation 'androidx.appcompat:appcompat:1.3.0' TargetCompatibility JavaVersion.VERSION_1_8 SourceCompatibility JavaVersion.VERSION_1_8 ProguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' I surfed the internet but couldn't find anything in help about this thing. Declare repository providing the artifact, see the documentation at > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Execution failed for task ':app:checkDebugAarMetadata'. but when i run the application it gives me following error. i have implemented the required dependency in app-level adle file and write code. I am trying to implement PlaceAutoComplete powered by Google in my application.