I am implementing the tomtom maps in my android project but when implementing
implementation "com.tomtom.sdk.maps:map-display:0.3.1617"
It tells me that there is a conflict with the file protobuf-java-3.21.12 that are duplicates,I can't find another solution than to try to do it with other types of maps but first I want to know if there is a solution to this problem.
This would be part of the error.
Execution failed for task ':app:checkQaDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class com.google.protobuf.AbstractMessageLite found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AbstractMessageLite$InternalOneOfEnum found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AbstractParser found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AbstractProtobufList found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AllocatedBuffer found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AllocatedBuffer$1 found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
Duplicate class com.google.protobuf.AllocatedBuffer$2 found in modules protobuf-java-3.21.12 (com.google.protobuf:protobuf-java:3.21.12) and protobuf-javalite-3.17.3 (com.google.protobuf:protobuf-javalite:3.17.3)
I found that downloading the firebase version but I had no success