Closed Allan-Nava closed 2 years ago
fixed with
configurations.implementation.exclude(group: 'com.google.firebase', module: 'protolite-well-known-types')
It fixed?
@Allan-Nava this looks like a dependency conflict with Firebase that has to be handled by Gradle in the way you did it. I don't think there's a universal solution for it.
Go to the documentation to learn how to Fix dependency resolution errors.