$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'
I am trying to make a Spotify clone app in Kotlin. I have not completed it yet but while checking whether it is running or not, i encountered with this error:-
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration '
appdebugRuntimeClasspath'.
My App keeps crashing when i run it on the emulator
I have tried the following solutions:-
<a...