Reputation: 27
I searched a lot, but I don't have a solution for this error:
Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Do you have a solution for this?
Upvotes: 1
Views: 7874
Reputation: 26
in Build Gradle (Module), Remove kotlin-android-extensions on line 41 because kotlin-android-extensions is already added above. I had the same problem with room and coroutines now and this method worked
Upvotes: 1