Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task :app:checkDebugDuplicateClasses FAILED #1383

Closed
alexmyshchyshyn opened this issue May 3, 2022 · 17 comments
Closed

Task :app:checkDebugDuplicateClasses FAILED #1383

alexmyshchyshyn opened this issue May 3, 2022 · 17 comments

Comments

@alexmyshchyshyn
Copy link

Description:

Hi. I have installed react-native-onesignal and after running npm run android I get error Task :app:checkDebugDuplicateClasses FAILED ( will attach details it below ).

My setup follows documentation:

  • android/app/build.gradle
buildscript {
    repositories {
        google()
        gradlePluginPortal()
        maven { url 'https://plugins.gradle.org/m2/' }
    }
    dependencies {
        classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]'
    }
}

apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
apply plugin: "com.android.application"
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"

import com.android.build.OutputFile
  • android/gradle.properties
android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.99.0

org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true

Environment

  1. "react-native-onesignal": "^4.3.8"
  2. npm
  3. "react-native": "0.66.3",

Steps to Reproduce Issue:

  1. npm install
  2. cd android && ./gradlew clean
  3. cd .. && npm run android

Anything else:

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class com.google.firebase.components.AbstractComponentContainer found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Component found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Component$$Lambda$1 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Component$$Lambda$2 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Component$$Lambda$3 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Component$1 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Component$Builder found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentContainer found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentDiscovery found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentDiscovery$1 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentDiscovery$MetadataRegistrarNameRetriever found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentDiscovery$RegistrarNameRetriever found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentFactory found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentRegistrar found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentRuntime found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentRuntime$$Lambda$1 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentRuntime$$Lambda$2 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.ComponentRuntime$$Lambda$3 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.CycleDetector found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.CycleDetector$1 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.CycleDetector$ComponentNode found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.CycleDetector$Dep found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Dependency found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.DependencyCycleException found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.DependencyException found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.EventBus found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.EventBus$$Lambda$1 found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.Lazy found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.MissingDependencyException found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.RestrictedComponentContainer found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.components.RestrictedComponentContainer$RestrictedPublisher found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.events.Event found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.events.EventHandler found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.events.Publisher found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.events.Subscriber found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)
Duplicate class com.google.firebase.inject.Provider found in modules jetified-firebase-common-18.0.0-runtime (com.google.firebase:firebase-common:18.0.0) and jetified-firebase-components-16.1.0-runtime (com.google.firebase:firebase-components:16.1.0)

 Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.
  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 25s

@nan-li
Copy link
Contributor

nan-li commented May 3, 2022

Thanks for reporting @alexmyshchyshyn,

It looks like there is an incompatibility with some versions of firebase-common and firebase-components.
What over libraries are you using in your app?

Please see this comment if it can help you resolve the conflicts.

@alexmyshchyshyn
Copy link
Author

@nan-li Thanks for reply. Here is the list of all of the dependencies.

"@miblanchard/react-native-slider": "^2.1.0",
    "@onfido/react-native-sdk": "^5.2.0",
    "@react-native-async-storage/async-storage": "^1.15.14",
    "@react-native-picker/picker": "^2.2.1",
    "@react-navigation/bottom-tabs": "^6.0.9",
    "@react-navigation/drawer": "^6.1.8",
    "@react-navigation/native": "^6.0.6",
    "@react-navigation/native-stack": "^6.2.5",
    "@react-navigation/stack": "^6.0.11",
    "@sentry/react-native": "^3.2.13",
    "axios": "^0.24.0",
    "card-validator": "^8.1.1",
    "date-fns": "^2.28.0",
    "i18next": "^21.6.0",
    "lottie-ios": "^3.2.3",
    "lottie-react-native": "^5.0.1",
    "number-to-words": "^1.2.4",
    "react": "17.0.2",
    "react-hook-form": "^7.26.0",
    "react-i18next": "^11.15.1",
    "react-native": "0.66.3",
    "react-native-auth0": "^2.11.0",
    "react-native-big-list": "^1.5.2",
    "react-native-blob-util": "^0.15.0",
    "react-native-bouncy-checkbox": "^2.1.10",
    "react-native-collapsible": "^1.6.0",
    "react-native-config": "^1.4.5",
    "react-native-countdown-component": "^2.7.1",
    "react-native-country-picker-modal": "^2.0.0",
    "react-native-date-picker": "^4.2.1",
    "react-native-device-info": "^8.4.8",
    "react-native-fast-image": "^8.5.11",
    "react-native-flash-message": "^0.2.1",
    "react-native-flip-card": "^3.5.6",
    "react-native-gesture-handler": "^2.4.0",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-lottie-splash-screen": "^0.1.14",
    "react-native-onesignal": "^4.3.8",
    "react-native-picker-select": "^8.0.4",
    "react-native-radial-gradient": "^1.0.9",
    "react-native-read-more-text": "^1.1.2",
    "react-native-reanimated": "^2.3.1",
    "react-native-restart": "^0.0.23",
    "react-native-safe-area-context": "^3.3.2",
    "react-native-screens": "^3.10.1",
    "react-native-skeleton-content-nonexpo": "^1.0.13",
    "react-native-snap-carousel": "^3.9.1",
    "react-native-svg": "^12.1.1",
    "react-native-webview": "^11.17.2",
    "recoil": "^0.7.2",
    "rn-tooltip": "^3.0.1",
    "styled-components": "^5.3.3",
    "victory-native": "^36.2.1"

@alexmyshchyshyn
Copy link
Author

The issue was caused by this library @onfido/react-native-sdk, because it using firebase and camera for uploading documents.

I resolved this the following way:

  • android/app/build.gradle
implementation(project(':onfido_react-native-sdk')) {
   // exclude group: 'com.google.android.gms'
   exclude group: 'com.google.firebase'
}
implementation 'com.google.firebase:firebase-messaging:22.0.0'

@jkasten2
Copy link
Member

jkasten2 commented May 7, 2022

@alexmyshchyshyn Good to hear you got it working and for sharing the details as it may help others.

@jkasten2 jkasten2 closed this as completed May 7, 2022
@sejr1996
Copy link

I have the same problem
Task :app:checkDebugDuplicateClasses FAILED

The libraries I use are:

"@react-aria/ssr": "^3.1.2",
    "@react-native-community/async-storage": "^1.12.1",
    "@react-native-community/datetimepicker": "^6.0.1",
    "@react-native-community/image-editor": "2.3.0",
    "@react-native-community/netinfo": "^7.1.9",
    "@react-navigation/bottom-tabs": "^6.0.9",
    "@react-navigation/native": "^6.0.6",
    "@react-navigation/stack": "^6.0.11",
    "@reduxjs/toolkit": "^1.6.2",
    "@sentry/react-native": "^3.2.5",
    "@types/d3-shape": "^3.0.2",
    "@types/react-native-vector-icons": "^6.4.10",
    "@types/react-redux": "^7.1.20",
    "axios": "^0.24.0",
    "d3-shape": "^3.1.0",
    "fbjs": "^3.0.2",
    "i18next": "^21.5.4",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "native-base": "^3.2.2",
    "react": "17.0.2",
    "react-i18next": "^11.15.2",
    "react-native": "0.66.3",
    "react-native-camera": "^4.2.1",
    "react-native-circular-progress": "^1.3.7",
    "react-native-config": "^1.4.5",
    "react-native-device-info": "^8.4.8",
    "react-native-fs": "^2.18.0",
    "react-native-gesture-handler": "^2.1.0",
    "react-native-get-location": "^2.2.1",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-modal-datetime-picker": "^13.1.0",
    "react-native-onesignal": "^4.3.9",
    "react-native-permissions": "^3.2.0",
    "react-native-safe-area-context": "^3.3.2",
    "react-native-shimmer-placeholder": "^2.0.8",
    "react-native-snackbar": "^2.4.0",
    "react-native-splash-screen": "^3.3.0",
    "react-native-svg": "^12.1.1",
    "react-native-svg-transformer": "^0.14.3",
    "react-native-swipe-list-view": "^3.2.9",
    "react-native-vector-icons": "^9.0.0",
    "react-native-version-info": "^1.1.1",
    "react-redux": "^7.2.6",
    "realm": "^10.11.0",
    "redux": "^4.1.2",
    "rive-react-native": "^2.1.35"

@sejr1996
Copy link

I am using the camera plugin.
Add this config in android/app/build.gradle:

implementation(project(':react-native-camera')){
   exclude group: 'com.google.android.gms'
}

@thezaidbintariq
Copy link

This worked for Me, I was using react native maps
source: https://www.codingninjas.com/codestudio/library/react-native-with-google-maps

implementation(project(':react-native-maps')){        
    exclude group: 'com.google.android.gms', 
    module: 'play-services-base'
}
implementation 'com.google.android.gms:play-services-base:12.0.0'
implementation 'com.google.android.gms:play-services-maps:12.0.0'

@benmneb
Copy link

benmneb commented Feb 20, 2023

im getting the same error after following the docs, ios works but android build fails with this same error

* What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
   > Duplicate class com.google.android.gms.internal.firebase_messaging.zza found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzb found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzc found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzd found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zze found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzf found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzh found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzm found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzn found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzo found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzp found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzq found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.android.gms.internal.firebase_messaging.zzr found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
     Duplicate class com.google.firebase.iid.FirebaseInstanceIdReceiver found in modules jetified-firebase-iid-19.0.1-runtime (com.google.firebase:firebase-iid:19.0.1) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)

relevant package.json

  "dependencies": {
    "@react-native-async-storage/async-storage": "~1.17.3",
    "@react-navigation/bottom-tabs": "^6.3.2",
    "@react-navigation/native": "~6.0.1",
    "@react-navigation/native-stack": "^6.0.2",
    "@react-navigation/stack": "~6.2.1",
    "apisauce": "2.1.5",
    "date-fns": "^2.29.2",
    "expo-status-bar": "~1.4.2",
    "i18n-js": "3.9.2",
    "mobx": "6.6.0",
    "mobx-react-lite": "3.4.0",
    "mobx-state-tree": "5.1.5",
    "react": "18.1.0",
    "react-native": "0.70.5",
    "react-native-bootsplash": "4.3.2",
    "react-native-device-info": "^10.3.0",
    "react-native-gesture-handler": "~2.8.0",
    "react-native-onesignal": "^4.5.0",
    "react-native-reanimated": "~2.12.0",
    "react-native-safe-area-context": "4.4.1",
    "react-native-screens": "~3.18.0",
    "reactotron-mst": "3.1.4",
    "reactotron-react-js": "^3.3.7",
    "reactotron-react-native": "5.0.3"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/plugin-proposal-decorators": "7.18.2",
    "@babel/plugin-proposal-optional-catch-binding": "7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@babel/runtime": "^7.18.3",
    "@react-native-community/cli-platform-ios": "^8.0.2",
    "@rnx-kit/metro-config": "^1.2.32",
    "@rnx-kit/metro-resolver-symlinks": "0.1.21",
    "@types/i18n-js": "3.8.2",
    "@types/jest": "26.0.19",
    "@types/react": "~18.0.24",
    "@types/react-native": "~0.70.6",
    "@typescript-eslint/eslint-plugin": "5.28.0",
    "@typescript-eslint/parser": "5.28.0",
    "babel-jest": "26.6.3",
    "babel-loader": "8.2.5",
    "detox": "19.12.1",
    "detox-expo-helpers": "0.6.0",
    "eslint": "8.17.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-config-standard": "17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.0.0",
    "eslint-plugin-react": "7.30.0",
    "eslint-plugin-react-native": "4.0.0",
    "expo-detox-hook": "1.0.10",
    "fbjs-scripts": "3.0.1",
    "jest": "^26.6.3",
    "jest-circus": "26",
    "jest-environment-node": "26",
    "jest-expo": "^47.0.0",
    "metro-config": "0.72.3",
    "metro-react-native-babel-preset": "0.72.3",
    "metro-source-map": "0.72.3",
    "mocha": "6",
    "patch-package": "6.4.7",
    "postinstall-prepare": "1.0.1",
    "prettier": "2.6.2",
    "query-string": "^7.0.1",
    "react-devtools-core": "4.24.7",
    "react-dom": "18.1.0",
    "react-native-web": "~0.18.7",
    "reactotron-core-client": "^2.8.10",
    "regenerator-runtime": "^0.13.4",
    "ts-jest": "26",
    "typescript": "^4.6.3",
    "webpack": "4",
    "webpack-dev-server": "^3"
  },

@benmneb
Copy link

benmneb commented Feb 21, 2023

i ran ./gradlew :app:dependencies to check which node modules were causing the conflict, after searching the logs to find where it was (in my case i searched "firebase-iid:19") i put the following in the dependencies section of android/app/build.gradle as people have said above

    implementation(project(':react-native-device-info')){
        exclude group: 'com.google.firebase',
        module: 'firebase-iid'
    }
    implementation 'com.google.firebase:firebase-messaging:22.0.0'

@sanjaysoalnki2000
Copy link

sanjaysoalnki2000 commented Mar 27, 2023

What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class com.google.android.gms.internal.measurement.zzdu found in modules jetified-firebase-analytics-impl-15.0.2-runtime (com.google.firebase:firebase-analytics-impl:15.0.2) and jetified-play-services-measurement-sdk-api-21.2.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.2.0)
Duplicate class com.google.android.gms.internal.measurement.zzdv found in modules jetified-firebase-analytics-impl-15.0.2-runtime (com.google.firebase:firebase-analytics-impl:15.0.2) and jetified-play-services-measurement-sdk-api-21.2.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.2.0)
Duplicate class com.google.android.gms.internal.measurement.zzdw found in modules jetified-firebase-analytics-impl-15.0.2-runtime (com.google.firebase:firebase-analytics-impl:15.0.2) and jetified-play-services-measurement-sdk-api-21.2.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.2.0)
Duplicate class com.google.android.gms.internal.measurement.zzdx found in modules jetified-firebase-analytics-impl-15.0.2-runtime (com.google.firebase:firebase-analytics-impl:15.0.2) and jetified-play-services-measurement-sdk-api-21.2.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.2.0)
Duplicate class com.google.android.gms.internal.measurement.zzdy found in modules jetified-firebase-analytics-impl-15.0.2-runtime (com.google.firebase:firebase-analytics-impl:15.0.2) and jetified-play-services-measurement-sdk-api-21.2.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.2.0)
Duplicate class com.google.android.gms.internal.measurement.zzdz found in modules jetified-firebase-analytics-impl-15.0.2-runtime (com.google.firebase:firebase-analytics-impl:15.0.2) and jetified-play-services-measurement-sdk-api-21.2.0-runtime (com.google.android.gms:play-services-measurement-sdk-api:21.2.0)
Duplicate class com.google.android.gms.internal.measurement.zzea found in modules jetified-firebase-analytics-impl-

@MuindiStephen
Copy link

The same error happens in my Jetpack compose App

Task :app:kaptGenerateStubsDebugKotlin
'compileDebugJavaWithJavac' task (current target is 11) and 'kaptGenerateStubsDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.6.1/10f354fdb64868baecd67128560c5a0d6312c495/lifecycle-common-2.6.1.jar!/META-INF/lifecycle-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.10/a61b182458550492c12aee66157d7b524a63a5ec/kotlin-stdlib-common-1.8.10.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.6.1/10f354fdb64868baecd67128560c5a0d6312c495/lifecycle-common-2.6.1.jar!/META-INF/lifecycle-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.10/a61b182458550492c12aee66157d7b524a63a5ec/kotlin-stdlib-common-1.8.10.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/16b749c141be3a4eb908379444d9fff3/transformed/ui-graphics-1.4.0-api.jar!/META-INF/ui-graphics_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/178039cd8be9e3dc53b753e1e42be700/transformed/activity-compose-1.7.0-api.jar!/META-INF/activity-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/2c9959f09cd02f709da39a616c5abe2e/transformed/material-icons-core-1.4.0-api.jar!/META-INF/material-icons-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/2ff37844650cb58e36e34ac2dc0251c0/transformed/ui-text-1.4.0-api.jar!/META-INF/ui-text_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/434304206fc2779923e93918285d0b86/transformed/ui-tooling-1.4.0-api.jar!/META-INF/ui-tooling_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/4a4ddcc12f91d31685c8a3d5f9aebc04/transformed/lifecycle-runtime-compose-2.6.1-api.jar!/META-INF/lifecycle-runtime-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/4a516470ecac0fbf64702b4330fe8909/transformed/savedstate-1.2.1-api.jar!/META-INF/savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/16b749c141be3a4eb908379444d9fff3/transformed/ui-graphics-1.4.0-api.jar!/META-INF/ui-graphics_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/4af3fc547228fd94dd857433df65d437/transformed/ui-tooling-preview-1.4.0-api.jar!/META-INF/ui-tooling-preview_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/178039cd8be9e3dc53b753e1e42be700/transformed/activity-compose-1.7.0-api.jar!/META-INF/activity-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/6a9fdf903c2595cd3378ddb329bc3dbf/transformed/ui-unit-1.4.0-api.jar!/META-INF/ui-unit_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/6e9ebfee8d1c9a1a4f080dd4aea0ad7d/transformed/lifecycle-runtime-2.6.1-api.jar!/META-INF/lifecycle-runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/2c9959f09cd02f709da39a616c5abe2e/transformed/material-icons-core-1.4.0-api.jar!/META-INF/material-icons-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/74f69584aaa76db4cc93f0c9f64707eb/transformed/animation-core-1.4.0-api.jar!/META-INF/animation-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/82af5e4a8c56802d347b7f08180fc34a/transformed/lifecycle-viewmodel-ktx-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/2ff37844650cb58e36e34ac2dc0251c0/transformed/ui-text-1.4.0-api.jar!/META-INF/ui-text_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/8bd03880627cf51ea90ccd93b518dbd7/transformed/lifecycle-livedata-2.6.1-api.jar!/META-INF/lifecycle-livedata_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/434304206fc2779923e93918285d0b86/transformed/ui-tooling-1.4.0-api.jar!/META-INF/ui-tooling_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/9b1128d0316556c315104a9a6fae96c0/transformed/material-1.4.0-api.jar!/META-INF/material_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/9e4f039896607dd4f5494da3adf0e20e/transformed/material-ripple-1.4.0-api.jar!/META-INF/material-ripple_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/4a4ddcc12f91d31685c8a3d5f9aebc04/transformed/lifecycle-runtime-compose-2.6.1-api.jar!/META-INF/lifecycle-runtime-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/9ef9968ac7240f02c939e811f13d8be9/transformed/activity-1.7.0-api.jar!/META-INF/activity_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/4a516470ecac0fbf64702b4330fe8909/transformed/savedstate-1.2.1-api.jar!/META-INF/savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/9f1b5790d990941610cd9b9ed7a60111/transformed/lifecycle-viewmodel-savedstate-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/9f47a25b7235705712945c12c4f69c65/transformed/animation-1.4.0-api.jar!/META-INF/animation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/4af3fc547228fd94dd857433df65d437/transformed/ui-tooling-preview-1.4.0-api.jar!/META-INF/ui-tooling-preview_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/a977673d4b80fdb6feef2e22cdc3d902/transformed/foundation-layout-1.4.0-api.jar!/META-INF/foundation-layout_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/6a9fdf903c2595cd3378ddb329bc3dbf/transformed/ui-unit-1.4.0-api.jar!/META-INF/ui-unit_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/b70dcb3b0c10aad13dc859102ee9ce7c/transformed/runtime-1.4.0-api.jar!/META-INF/runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/bc902325b61f824968e8a1ac54c98db0/transformed/lifecycle-livedata-core-2.6.1-api.jar!/META-INF/lifecycle-livedata-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/6e9ebfee8d1c9a1a4f080dd4aea0ad7d/transformed/lifecycle-runtime-2.6.1-api.jar!/META-INF/lifecycle-runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/c2a61e6f33bd865d0cf422bdb9b3b3d9/transformed/ui-geometry-1.4.0-api.jar!/META-INF/ui-geometry_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/74f69584aaa76db4cc93f0c9f64707eb/transformed/animation-core-1.4.0-api.jar!/META-INF/animation-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/c42f8ba5ffd6fd3f32f70a7a5e86cc54/transformed/lifecycle-viewmodel-2.6.1-api.jar!/META-INF/lifecycle-viewmodel_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/c6abd5c1221d7a68dfa6e1a3fb699e39/transformed/lifecycle-runtime-ktx-2.6.1-api.jar!/META-INF/lifecycle-runtime-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/82af5e4a8c56802d347b7f08180fc34a/transformed/lifecycle-viewmodel-ktx-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/d0e71daba42a645f0203e859dd078bba/transformed/savedstate-ktx-1.2.1-api.jar!/META-INF/savedstate-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/8bd03880627cf51ea90ccd93b518dbd7/transformed/lifecycle-livedata-2.6.1-api.jar!/META-INF/lifecycle-livedata_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/d49aa947373ae0b77c144ce566a59541/transformed/runtime-saveable-1.4.0-api.jar!/META-INF/runtime-saveable_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/dba9bc9658daabef2aab3420bb31ca5a/transformed/ui-tooling-data-1.4.0-api.jar!/META-INF/ui-tooling-data_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/transforms-3/dc4191e2115e9f9798559581ab5ad552/transformed/activity-ktx-1.7.0-api.jar!/META-INF/activity-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/9b1128d0316556c315104a9a6fae96c0/transformed/material-1.4.0-api.jar!/META-INF/material_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/dcb7538b5b6b363b8150346f70cea6b9/transformed/foundation-1.4.0-api.jar!/META-INF/foundation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/transforms-3/9e4f039896607dd4f5494da3adf0e20e/transformed/material-ripple-1.4.0-api.jar!/META-INF/material-ripple_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/f594ec439a0c146f811da23c08c71759/transformed/ui-1.4.0-api.jar!/META-INF/ui_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 1): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 10): Expecting a top level declaration
/home/stephenmuindi/.gradle/caches/transforms-3/9ef9968ac7240f02c939e811f13d8be9/transformed/activity-1.7.0-api.jar!/META-INF/activity_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 13): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 14): Expecting a top level declaration
/home/stephenmuindi/.gradle/caches/transforms-3/9f1b5790d990941610cd9b9ed7a60111/transformed/lifecycle-viewmodel-savedstate-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 22): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 23): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 33): Expecting a top level declaration
/home/stephenmuindi/.gradle/caches/transforms-3/9f47a25b7235705712945c12c4f69c65/transformed/animation-1.4.0-api.jar!/META-INF/animation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 34): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 36): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 37): Expecting a top level declaration
e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 42): imports are only allowed in the beginning of file
/home/stephenmuindi/.gradle/caches/transforms-3/a977673d4b80fdb6feef2e22cdc3d902/transformed/foundation-layout-1.4.0-api.jar!/META-INF/foundation-layout_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/b70dcb3b0c10aad13dc859102ee9ce7c/transformed/runtime-1.4.0-api.jar!/META-INF/runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/bc902325b61f824968e8a1ac54c98db0/transformed/lifecycle-livedata-core-2.6.1-api.jar!/META-INF/lifecycle-livedata-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/c2a61e6f33bd865d0cf422bdb9b3b3d9/transformed/ui-geometry-1.4.0-api.jar!/META-INF/ui-geometry_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/c42f8ba5ffd6fd3f32f70a7a5e86cc54/transformed/lifecycle-viewmodel-2.6.1-api.jar!/META-INF/lifecycle-viewmodel_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/c6abd5c1221d7a68dfa6e1a3fb699e39/transformed/lifecycle-runtime-ktx-2.6.1-api.jar!/META-INF/lifecycle-runtime-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/d0e71daba42a645f0203e859dd078bba/transformed/savedstate-ktx-1.2.1-api.jar!/META-INF/savedstate-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/d49aa947373ae0b77c144ce566a59541/transformed/runtime-saveable-1.4.0-api.jar!/META-INF/runtime-saveable_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/dba9bc9658daabef2aab3420bb31ca5a/transformed/ui-tooling-data-1.4.0-api.jar!/META-INF/ui-tooling-data_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/dc4191e2115e9f9798559581ab5ad552/transformed/activity-ktx-1.7.0-api.jar!/META-INF/activity-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/dcb7538b5b6b363b8150346f70cea6b9/transformed/foundation-1.4.0-api.jar!/META-INF/foundation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/f594ec439a0c146f811da23c08c71759/transformed/ui-1.4.0-api.jar!/META-INF/ui_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

Task :app:kaptGenerateStubsDebugKotlin FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations$ReflectSdkVersion found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.internal.jdk8.JDK8PlatformImplementations found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.internal.jdk8.JDK8PlatformImplementations$ReflectSdkVersion found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.io.path.ExperimentalPathApi found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathRelativizer found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathsKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathsKt__PathReadWriteKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathsKt__PathUtilsKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.jdk7.AutoCloseableKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.jvm.jdk8.JvmRepeatableKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.random.jdk8.PlatformThreadLocalRandom found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$1 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$2 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$3 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$4 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.text.jdk8.RegexExtensionsJDK8Kt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.time.jdk8.DurationConversionsJDK8Kt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)

 Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.
  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:kaptGenerateStubsDebugKotlin'.

Compilation error. See log for more details

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
==============================================================================

BUILD FAILED in 20s
25 actionable tasks: 8 executed, 17 up-to-date

@sbt5731
Copy link

sbt5731 commented Apr 19, 2023

Task :app:dexBuilderDebug

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractMessageLite$InternalOneOfEnum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AllocatedBuffer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AllocatedBuffer$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AllocatedBuffer$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Android found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Any found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Any$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Any$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AnyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AnyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Api found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Api$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Api$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ApiOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ApiProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ArrayDecoders found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ArrayDecoders$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ArrayDecoders$Registers found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryReader$SafeHeapReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BooleanArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteBufferWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteOutput found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$AbstractByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ArraysByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$BoundedByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$CodedBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LeafByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LiteralByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$Output found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$SystemByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$ArrayDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ArrayEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ByteOutputEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$HeapNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutOfSpaceException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutputStreamEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExperimentalApi found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$FieldDescriptorLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$Collection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$GeneratedExtension found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$MethodToInvoke found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$SerializedForm found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IntArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$BooleanList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$DoubleList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLiteMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumVerifier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$FloatList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$IntList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$LongList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$EntryAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$IteratorAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$SetAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IterableByteBufferInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyEntry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteArrayListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteStringListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaFull found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LongArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$Metadata found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteToString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSetSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MethodOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MixinOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OneofInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OptionOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Parser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.PrimitiveNonBoxingCollection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtoSyntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Protobuf found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufLists found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtocolStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RawMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Reader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$Balancer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$PieceIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$RopeInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Schema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$Entry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$FieldsDefaultEntryHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$ByteSequence found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UninitializedMessageException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLiteSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeByteOperations found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android32MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android64MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$JvmMemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$DecodeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$Processor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$SafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnpairedSurrogateException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnsafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$KindCase found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$4 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WrappersProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer$FieldOrder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

 Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.
  • Try:

Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:checkDebugDuplicateClasses'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142)
    at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.execution.plan.DefaultPlanExecutor.process(DefaultPlanExecutor.java:96)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.executeWithServices(DefaultTaskExecutionGraph.java:140)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.execute(DefaultTaskExecutionGraph.java:125)
    at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:39)
    at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:51)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:54)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:43)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor.execute(BuildOperationFiringBuildWorkerExecutor.java:40)
    at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$executeTasks$7(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
    at org.gradle.internal.model.StateTransitionController.lambda$tryTransition$7(StateTransitionController.java:174)
    at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
    at org.gradle.internal.model.StateTransitionController.tryTransition(StateTransitionController.java:174)
    at org.gradle.internal.build.DefaultBuildLifecycleController.executeTasks(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.build.DefaultBuildWorkGraphController$DefaultBuildWorkGraph.runWork(DefaultBuildWorkGraphController.java:156)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
    at org.gradle.composite.internal.DefaultBuildController.doRun(DefaultBuildController.java:164)
    at org.gradle.composite.internal.DefaultBuildController.access$000(DefaultBuildController.java:45)
    at org.gradle.composite.internal.DefaultBuildController$BuildOpRunnable.run(DefaultBuildController.java:183)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
    at org.gradle.workers.internal.DefaultWorkerExecutor$WorkItemExecution.waitForCompletion(DefaultWorkerExecutor.java:339)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.lambda$waitForItemsAndGatherFailures$2(DefaultAsyncWorkTracker.java:130)
    at org.gradle.internal.Factories$1.create(Factories.java:31)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:321)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:304)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLock(DefaultWorkerLeaseService.java:309)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:126)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:92)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForAll(DefaultAsyncWorkTracker.java:78)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForCompletion(DefaultAsyncWorkTracker.java:66)
    at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:221)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:204)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:187)
    at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:165)
    at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
    at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
    at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
    at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
    at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:124)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:80)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:58)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
    at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:181)
    at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:71)
    at org.gradle.internal.Either$Right.fold(Either.java:175)
    at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:69)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:254)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:91)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:56)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
    at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:281)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
    at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:139)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.execution.plan.DefaultPlanExecutor.process(DefaultPlanExecutor.java:96)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.executeWithServices(DefaultTaskExecutionGraph.java:140)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.execute(DefaultTaskExecutionGraph.java:125)
    at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:39)
    at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:51)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:54)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:43)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor.execute(BuildOperationFiringBuildWorkerExecutor.java:40)
    at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$executeTasks$7(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
    at org.gradle.internal.model.StateTransitionController.lambda$tryTransition$7(StateTransitionController.java:174)
    at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
    at org.gradle.internal.model.StateTransitionController.tryTransition(StateTransitionController.java:174)
    at org.gradle.internal.build.DefaultBuildLifecycleController.executeTasks(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.build.DefaultBuildWorkGraphController$DefaultBuildWorkGraph.runWork(DefaultBuildWorkGraphController.java:156)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
    at org.gradle.composite.internal.DefaultBuildController.doRun(DefaultBuildController.java:164)
    at org.gradle.composite.internal.DefaultBuildController.access$000(DefaultBuildController.java:45)
    at org.gradle.composite.internal.DefaultBuildController$BuildOpRunnable.run(DefaultBuildController.java:183)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    Caused by: java.lang.RuntimeException: Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractMessageLite$InternalOneOfEnum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AllocatedBuffer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AllocatedBuffer$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AllocatedBuffer$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Android found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Any found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Any$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Any$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AnyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AnyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Api found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Api$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Api$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ApiOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ApiProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ArrayDecoders found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ArrayDecoders$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ArrayDecoders$Registers found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.BinaryReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.BinaryReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.BinaryReader$SafeHeapReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Caused by: java.lang.RuntimeException: Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

Duplicate class com.google.protobuf.BinaryWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BooleanArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteBufferWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteOutput found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$AbstractByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ArraysByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$BoundedByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$CodedBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LeafByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LiteralByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$Output found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$SystemByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$ArrayDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ArrayEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ByteOutputEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$HeapNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutOfSpaceException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutputStreamEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExperimentalApi found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$FieldDescriptorLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$Collection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$GeneratedExtension found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$MethodToInvoke found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$SerializedForm found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IntArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$BooleanList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$DoubleList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLiteMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumVerifier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$FloatList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$IntList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$LongList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$EntryAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$IteratorAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$SetAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IterableByteBufferInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyEntry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteArrayListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteStringListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaFull found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LongArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$Metadata found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteToString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSetSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MethodOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MixinOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OneofInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OptionOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Parser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.PrimitiveNonBoxingCollection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtoSyntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Protobuf found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufLists found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtocolStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RawMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Reader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$Balancer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$PieceIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$RopeInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Schema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$Entry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$FieldsDefaultEntryHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$ByteSequence found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UninitializedMessageException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLiteSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeByteOperations found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android32MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android64MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$JvmMemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$DecodeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$Processor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$SafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnpairedSurrogateException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnsafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$KindCase found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$4 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WrappersProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer$FieldOrder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

Go to the documentation to learn how to Fix dependency resolution errors.
at com.android.build.gradle.internal.tasks.CheckDuplicateClassesDelegate.run(CheckDuplicateClassesDelegate.kt:65)
at com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable.execute(CheckDuplicateClassesDelegate.kt:91)
at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62)
at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62)
at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59)
at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162)
at org.gradle.internal.Factories$1.create(Factories.java:31)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126)
... 2 more

==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:mergeDebugJavaResource'.

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
2 files found with path 'google/protobuf/type.proto' from inputs:
- C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\5cbbcb2da851739478df70408604dd79\transformed\jetified-protobuf-java-3.15.2.jar
- C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\2be3abf468735f558af97d6ef187e9ac\transformed\jetified-protobuf-javalite-3.21.7.jar
Adding a packagingOptions block may help, please refer to
https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
for more information

  • Try:

Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeDebugJavaResource'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142)
    at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
    at org.gradle.workers.internal.DefaultWorkerExecutor$WorkItemExecution.waitForCompletion(DefaultWorkerExecutor.java:339)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.lambda$waitForItemsAndGatherFailures$2(DefaultAsyncWorkTracker.java:130)
    at org.gradle.internal.Factories$1.create(Factories.java:31)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:321)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:304)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLock(DefaultWorkerLeaseService.java:309)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:126)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:92)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForAll(DefaultAsyncWorkTracker.java:78)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForCompletion(DefaultAsyncWorkTracker.java:66)
    at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction

    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:221)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:204)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:187)
    at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:165)
    at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
    at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
    at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
    at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
    at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:124)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:80)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:58)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
    at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:181)
    at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:71)
    at org.gradle.internal.Either$Right.fold(Either.java:175)
    at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:69)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
    at java.base/java.util.Optional.orElseGet(Optional.java:369)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:254)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:91)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:56)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
    at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:281)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
    at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:139)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto' from inputs:

  • C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\5cbbcb2da851739478df70408604dd79\transformed\jetified-protobuf-java-3.15.2.jar
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto' from inputs:

  • C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\2be3abf468735f558af97d6ef187e9ac\transformed\jetified-protobuf-javalite-3.21.7.jar
    Adding a packagingOptions block may help, please refer to
    https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
    for more information
    at com.android.builder.merge.IncrementalFileMergerOutputs$1.create(IncrementalFileMergerOutputs.java:93)
    at com.android.builder.merge.DelegateIncrementalFileMergerOutput.create(DelegateIncrementalFileMergerOutput.java:65)
    at com.android.build.gradle.internal.tasks.MergeJavaResourcesDelegate$run$output$1.create(MergeJavaResourcesDelegate.kt:179)
    at com.android.builder.merge.IncrementalFileMerger.updateChangedFile(IncrementalFileMerger.java:252)
    at com.android.builder.merge.IncrementalFileMerger.mergeChangedInputs(IncrementalFileMerger.java:213)
    at com.android.builder.merge.IncrementalFileMerger.merge(IncrementalFileMerger.java:90)
    at com.android.build.gradle.internal.tasks.MergeJavaResourcesDelegate.run(MergeJavaResourcesDelegate.kt:225)
    at com.android.build.gradle.internal.tasks.MergeJavaResWorkAction.run(MergeJavaResWorkAction.kt:88)
    at com.android.build.gradle.internal.profile.ProfileAwareWorkAction.execute(ProfileAwareWorkAction.kt:74)
    at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62)
    at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62)
    at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
    at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59)
    at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162)
    at org.gradle.internal.Factories$1.create(Factories.java:31)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    ... 5 more
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto'.
    Adding a packagingOptions block may help, please refer to
    https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto'.

for more information
at com.android.builder.merge.StreamMergeAlgorithms.lambda$acceptOnlyOne$2(StreamMergeAlgorithms.java:75)
at com.android.builder.merge.StreamMergeAlgorithms.lambda$select$3(StreamMergeAlgorithms.java:95)
at com.android.builder.merge.IncrementalFileMergerOutputs$1.create(IncrementalFileMergerOutputs.java:88)
... 43 more

==============================================================================

BUILD FAILED in 1m 47s
33 actionable tasks: 15 executed, 18 up-to-date
Configuration cache entry reused.

1 similar comment
@sbt5731
Copy link

sbt5731 commented Apr 19, 2023

Task :app:dexBuilderDebug

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractMessageLite$InternalOneOfEnum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AbstractProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AllocatedBuffer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AllocatedBuffer$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AllocatedBuffer$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Android found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Any found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Any$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Any$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AnyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.AnyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Api found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Api$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Api$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ApiOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ApiProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ArrayDecoders found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ArrayDecoders$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ArrayDecoders$Registers found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryReader$SafeHeapReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BooleanArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteBufferWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteOutput found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$AbstractByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ArraysByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$BoundedByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$CodedBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LeafByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LiteralByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$Output found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$SystemByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$ArrayDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ArrayEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ByteOutputEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$HeapNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutOfSpaceException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutputStreamEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExperimentalApi found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$FieldDescriptorLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$Collection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$GeneratedExtension found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$MethodToInvoke found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$SerializedForm found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IntArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$BooleanList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$DoubleList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLiteMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumVerifier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$FloatList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$IntList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$LongList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$EntryAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$IteratorAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$SetAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IterableByteBufferInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyEntry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteArrayListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteStringListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaFull found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LongArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$Metadata found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteToString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSetSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MethodOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MixinOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OneofInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OptionOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Parser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.PrimitiveNonBoxingCollection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtoSyntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Protobuf found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufLists found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtocolStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RawMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Reader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$Balancer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$PieceIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$RopeInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Schema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$Entry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$FieldsDefaultEntryHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$ByteSequence found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UninitializedMessageException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLiteSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeByteOperations found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android32MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android64MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$JvmMemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$DecodeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$Processor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$SafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnpairedSurrogateException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnsafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$KindCase found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$4 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WrappersProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer$FieldOrder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

 Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.
  • Try:

Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:checkDebugDuplicateClasses'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142)
    at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.execution.plan.DefaultPlanExecutor.process(DefaultPlanExecutor.java:96)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.executeWithServices(DefaultTaskExecutionGraph.java:140)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.execute(DefaultTaskExecutionGraph.java:125)
    at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:39)
    at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:51)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:54)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:43)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor.execute(BuildOperationFiringBuildWorkerExecutor.java:40)
    at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$executeTasks$7(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
    at org.gradle.internal.model.StateTransitionController.lambda$tryTransition$7(StateTransitionController.java:174)
    at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
    at org.gradle.internal.model.StateTransitionController.tryTransition(StateTransitionController.java:174)
    at org.gradle.internal.build.DefaultBuildLifecycleController.executeTasks(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.build.DefaultBuildWorkGraphController$DefaultBuildWorkGraph.runWork(DefaultBuildWorkGraphController.java:156)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
    at org.gradle.composite.internal.DefaultBuildController.doRun(DefaultBuildController.java:164)
    at org.gradle.composite.internal.DefaultBuildController.access$000(DefaultBuildController.java:45)
    at org.gradle.composite.internal.DefaultBuildController$BuildOpRunnable.run(DefaultBuildController.java:183)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
    at org.gradle.workers.internal.DefaultWorkerExecutor$WorkItemExecution.waitForCompletion(DefaultWorkerExecutor.java:339)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.lambda$waitForItemsAndGatherFailures$2(DefaultAsyncWorkTracker.java:130)
    at org.gradle.internal.Factories$1.create(Factories.java:31)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:321)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:304)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLock(DefaultWorkerLeaseService.java:309)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:126)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:92)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForAll(DefaultAsyncWorkTracker.java:78)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForCompletion(DefaultAsyncWorkTracker.java:66)
    at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:221)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:204)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:187)
    at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:165)
    at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
    at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
    at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
    at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
    at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:124)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:80)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:58)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
    at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:181)
    at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:71)
    at org.gradle.internal.Either$Right.fold(Either.java:175)
    at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:69)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:254)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:91)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:56)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
    at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:281)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
    at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:139)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.execution.plan.DefaultPlanExecutor.process(DefaultPlanExecutor.java:96)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.executeWithServices(DefaultTaskExecutionGraph.java:140)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph.execute(DefaultTaskExecutionGraph.java:125)
    at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:39)
    at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:51)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:54)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor$ExecuteTasks.call(BuildOperationFiringBuildWorkerExecutor.java:43)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.execution.BuildOperationFiringBuildWorkerExecutor.execute(BuildOperationFiringBuildWorkerExecutor.java:40)
    at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$executeTasks$7(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
    at org.gradle.internal.model.StateTransitionController.lambda$tryTransition$7(StateTransitionController.java:174)
    at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
    at org.gradle.internal.model.StateTransitionController.tryTransition(StateTransitionController.java:174)
    at org.gradle.internal.build.DefaultBuildLifecycleController.executeTasks(DefaultBuildLifecycleController.java:161)
    at org.gradle.internal.build.DefaultBuildWorkGraphController$DefaultBuildWorkGraph.runWork(DefaultBuildWorkGraphController.java:156)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
    at org.gradle.composite.internal.DefaultBuildController.doRun(DefaultBuildController.java:164)
    at org.gradle.composite.internal.DefaultBuildController.access$000(DefaultBuildController.java:45)
    at org.gradle.composite.internal.DefaultBuildController$BuildOpRunnable.run(DefaultBuildController.java:183)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    Caused by: java.lang.RuntimeException: Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractMessageLite$InternalOneOfEnum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AbstractProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AllocatedBuffer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AllocatedBuffer$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AllocatedBuffer$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Android found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Any found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Any$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Any$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AnyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.AnyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Api found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Api$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.Api$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ApiOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ApiProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ArrayDecoders found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ArrayDecoders$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.ArrayDecoders$Registers found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.BinaryReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.BinaryReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Duplicate class com.google.protobuf.BinaryReader$SafeHeapReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
    Caused by: java.lang.RuntimeException: Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

Duplicate class com.google.protobuf.BinaryWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$SafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeDirectWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BinaryWriter$UnsafeHeapWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BoolValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BooleanArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BufferAllocator$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteBufferWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteOutput found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$AbstractByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ArraysByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$BoundedByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$ByteIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$CodedBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LeafByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$LiteralByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$Output found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ByteString$SystemByteArrayCopier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.BytesValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$ArrayDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedInputStreamReader$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ArrayEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$ByteOutputEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$HeapNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutOfSpaceException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$OutputStreamEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.CodedOutputStreamWriter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DoubleValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Duration$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.DurationProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Empty$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EmptyProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Enum$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.EnumValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExperimentalApi found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemaLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ExtensionSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Cardinality$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Field$Kind$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMask$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldMaskProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldSet$FieldDescriptorLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FieldType$Collection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.FloatValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$GeneratedExtension found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$MethodToInvoke found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.GeneratedMessageLite$SerializedForm found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Int64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IntArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$BooleanList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$DoubleList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumLiteMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$EnumVerifier found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$FloatList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$IntList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ListAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$LongList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$Converter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$EntryAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$IteratorAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$MapAdapter$SetAdapter found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Internal$ProtobufList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.IterableByteBufferInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyEntry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyField$LazyIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteArrayListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringArrayList$ByteStringListView found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaFull found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ListValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.LongArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapEntryLite$Metadata found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MapFieldSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageInfoFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLite$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageLiteToString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSchema$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MessageSetSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Method$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MethodOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Mixin$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MixinOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.MutabilityOracle$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemaLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NewInstanceSchemas found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NioByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.NullValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OneofInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Option$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.OptionOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Parser found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.PrimitiveNonBoxingCollection found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtoSyntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Protobuf found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufArrayList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtobufLists found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ProtocolStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RawMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Reader found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$Balancer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$PieceIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.RopeByteString$RopeInputStream found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Schema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaFactory found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SchemaUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$Entry found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntryIterator found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SmallSortedMap$EntrySet found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContext$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.SourceContextProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValue$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StringValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Struct$FieldsDefaultEntryHolder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.StructuralMessageInfo$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Syntax$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TextFormatEscaper$ByteSequence found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Timestamp$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TimestampProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Type$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.TypeProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt32ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UInt64ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UninitializedMessageException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLite found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnknownFieldSetLiteSchema found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnmodifiableLazyStringList$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeByteOperations found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android32MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$Android64MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$JvmMemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.UnsafeUtil$MemoryAccessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$DecodeUtil found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$Processor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$SafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnpairedSurrogateException found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Utf8$UnsafeProcessor found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$Builder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Value$KindCase found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.ValueOrBuilder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$FieldType$4 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$JavaType found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$1 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$2 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WireFormat$Utf8Validation$3 found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.WrappersProto found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
Duplicate class com.google.protobuf.Writer$FieldOrder found in modules jetified-protobuf-java-3.15.2 (com.google.protobuf:protobuf-java:3.15.2) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

Go to the documentation to learn how to Fix dependency resolution errors.
at com.android.build.gradle.internal.tasks.CheckDuplicateClassesDelegate.run(CheckDuplicateClassesDelegate.kt:65)
at com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable.execute(CheckDuplicateClassesDelegate.kt:91)
at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62)
at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62)
at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59)
at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162)
at org.gradle.internal.Factories$1.create(Factories.java:31)
at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126)
... 2 more

==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:mergeDebugJavaResource'.

A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
2 files found with path 'google/protobuf/type.proto' from inputs:
- C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\5cbbcb2da851739478df70408604dd79\transformed\jetified-protobuf-java-3.15.2.jar
- C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\2be3abf468735f558af97d6ef187e9ac\transformed\jetified-protobuf-javalite-3.21.7.jar
Adding a packagingOptions block may help, please refer to
https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
for more information

  • Try:

Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeDebugJavaResource'.
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142)
    at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
    at org.gradle.workers.internal.DefaultWorkerExecutor$WorkItemExecution.waitForCompletion(DefaultWorkerExecutor.java:339)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.lambda$waitForItemsAndGatherFailures$2(DefaultAsyncWorkTracker.java:130)
    at org.gradle.internal.Factories$1.create(Factories.java:31)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:321)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:304)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLock(DefaultWorkerLeaseService.java:309)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:126)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:92)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForAll(DefaultAsyncWorkTracker.java:78)
    at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForCompletion(DefaultAsyncWorkTracker.java:66)
    at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction

    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:221)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:204)
    at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:187)
    at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:165)
    at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
    at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
    at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
    at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
    at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
    at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
    at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
    at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
    at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:124)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:80)
    at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:58)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
    at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
    at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:181)
    at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:71)
    at org.gradle.internal.Either$Right.fold(Either.java:175)
    at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:69)
    at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
    at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
    at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
    at java.base/java.util.Optional.orElseGet(Optional.java:369)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
    at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
    at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
    at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
    at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
    at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:254)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:91)
    at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:56)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
    at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
    at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
    at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
    at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:281)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
    at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
    at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
    at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
    at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:139)
    at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
    at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
    at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
    at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
    at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
    at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
    at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
    at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
    at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
    at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
    at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto' from inputs:

  • C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\5cbbcb2da851739478df70408604dd79\transformed\jetified-protobuf-java-3.15.2.jar
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto' from inputs:

  • C:\Users\Saurabh Tiwari.gradle\caches\transforms-3\2be3abf468735f558af97d6ef187e9ac\transformed\jetified-protobuf-javalite-3.21.7.jar
    Adding a packagingOptions block may help, please refer to
    https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
    for more information
    at com.android.builder.merge.IncrementalFileMergerOutputs$1.create(IncrementalFileMergerOutputs.java:93)
    at com.android.builder.merge.DelegateIncrementalFileMergerOutput.create(DelegateIncrementalFileMergerOutput.java:65)
    at com.android.build.gradle.internal.tasks.MergeJavaResourcesDelegate$run$output$1.create(MergeJavaResourcesDelegate.kt:179)
    at com.android.builder.merge.IncrementalFileMerger.updateChangedFile(IncrementalFileMerger.java:252)
    at com.android.builder.merge.IncrementalFileMerger.mergeChangedInputs(IncrementalFileMerger.java:213)
    at com.android.builder.merge.IncrementalFileMerger.merge(IncrementalFileMerger.java:90)
    at com.android.build.gradle.internal.tasks.MergeJavaResourcesDelegate.run(MergeJavaResourcesDelegate.kt:225)
    at com.android.build.gradle.internal.tasks.MergeJavaResWorkAction.run(MergeJavaResWorkAction.kt:88)
    at com.android.build.gradle.internal.profile.ProfileAwareWorkAction.execute(ProfileAwareWorkAction.kt:74)
    at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62)
    at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62)
    at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
    at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
    at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
    at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
    at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
    at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
    at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59)
    at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162)
    at org.gradle.internal.Factories$1.create(Factories.java:31)
    at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
    at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:157)
    at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:126)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    ... 5 more
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto'.
    Adding a packagingOptions block may help, please refer to
    https://developer.android.com/reference/tools/gradle-api/7.4/com/android/build/api/dsl/ResourcesPackagingOptions
    Caused by: com.android.builder.merge.DuplicateRelativeFileException: 2 files found with path 'google/protobuf/type.proto'.

for more information
at com.android.builder.merge.StreamMergeAlgorithms.lambda$acceptOnlyOne$2(StreamMergeAlgorithms.java:75)
at com.android.builder.merge.StreamMergeAlgorithms.lambda$select$3(StreamMergeAlgorithms.java:95)
at com.android.builder.merge.IncrementalFileMergerOutputs$1.create(IncrementalFileMergerOutputs.java:88)
... 43 more

==============================================================================

BUILD FAILED in 1m 47s
33 actionable tasks: 15 executed, 18 up-to-date
Configuration cache entry reused.

@SonamSharmac6160
Copy link

The same error happens in my Jetpack compose App

Task :app:kaptGenerateStubsDebugKotlin
'compileDebugJavaWithJavac' task (current target is 11) and 'kaptGenerateStubsDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.6.1/10f354fdb64868baecd67128560c5a0d6312c495/lifecycle-common-2.6.1.jar!/META-INF/lifecycle-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.10/a61b182458550492c12aee66157d7b524a63a5ec/kotlin-stdlib-common-1.8.10.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
/home/stephenmuindi/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.6.1/10f354fdb64868baecd67128560c5a0d6312c495/lifecycle-common-2.6.1.jar!/META-INF/lifecycle-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.10/a61b182458550492c12aee66157d7b524a63a5ec/kotlin-stdlib-common-1.8.10.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/16b749c141be3a4eb908379444d9fff3/transformed/ui-graphics-1.4.0-api.jar!/META-INF/ui-graphics_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/178039cd8be9e3dc53b753e1e42be700/transformed/activity-compose-1.7.0-api.jar!/META-INF/activity-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/2c9959f09cd02f709da39a616c5abe2e/transformed/material-icons-core-1.4.0-api.jar!/META-INF/material-icons-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/2ff37844650cb58e36e34ac2dc0251c0/transformed/ui-text-1.4.0-api.jar!/META-INF/ui-text_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/434304206fc2779923e93918285d0b86/transformed/ui-tooling-1.4.0-api.jar!/META-INF/ui-tooling_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.8.10/6d5560a229477df9406943d5feda5618e98eb64c/kotlin-stdlib-1.8.10.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/4a4ddcc12f91d31685c8a3d5f9aebc04/transformed/lifecycle-runtime-compose-2.6.1-api.jar!/META-INF/lifecycle-runtime-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/4a516470ecac0fbf64702b4330fe8909/transformed/savedstate-1.2.1-api.jar!/META-INF/savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/16b749c141be3a4eb908379444d9fff3/transformed/ui-graphics-1.4.0-api.jar!/META-INF/ui-graphics_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/4af3fc547228fd94dd857433df65d437/transformed/ui-tooling-preview-1.4.0-api.jar!/META-INF/ui-tooling-preview_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/178039cd8be9e3dc53b753e1e42be700/transformed/activity-compose-1.7.0-api.jar!/META-INF/activity-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/6a9fdf903c2595cd3378ddb329bc3dbf/transformed/ui-unit-1.4.0-api.jar!/META-INF/ui-unit_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/6e9ebfee8d1c9a1a4f080dd4aea0ad7d/transformed/lifecycle-runtime-2.6.1-api.jar!/META-INF/lifecycle-runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/2c9959f09cd02f709da39a616c5abe2e/transformed/material-icons-core-1.4.0-api.jar!/META-INF/material-icons-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/74f69584aaa76db4cc93f0c9f64707eb/transformed/animation-core-1.4.0-api.jar!/META-INF/animation-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/82af5e4a8c56802d347b7f08180fc34a/transformed/lifecycle-viewmodel-ktx-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/2ff37844650cb58e36e34ac2dc0251c0/transformed/ui-text-1.4.0-api.jar!/META-INF/ui-text_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/8bd03880627cf51ea90ccd93b518dbd7/transformed/lifecycle-livedata-2.6.1-api.jar!/META-INF/lifecycle-livedata_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/434304206fc2779923e93918285d0b86/transformed/ui-tooling-1.4.0-api.jar!/META-INF/ui-tooling_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/9b1128d0316556c315104a9a6fae96c0/transformed/material-1.4.0-api.jar!/META-INF/material_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/9e4f039896607dd4f5494da3adf0e20e/transformed/material-ripple-1.4.0-api.jar!/META-INF/material-ripple_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/4a4ddcc12f91d31685c8a3d5f9aebc04/transformed/lifecycle-runtime-compose-2.6.1-api.jar!/META-INF/lifecycle-runtime-compose_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/9ef9968ac7240f02c939e811f13d8be9/transformed/activity-1.7.0-api.jar!/META-INF/activity_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/4a516470ecac0fbf64702b4330fe8909/transformed/savedstate-1.2.1-api.jar!/META-INF/savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/9f1b5790d990941610cd9b9ed7a60111/transformed/lifecycle-viewmodel-savedstate-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/9f47a25b7235705712945c12c4f69c65/transformed/animation-1.4.0-api.jar!/META-INF/animation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/4af3fc547228fd94dd857433df65d437/transformed/ui-tooling-preview-1.4.0-api.jar!/META-INF/ui-tooling-preview_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/a977673d4b80fdb6feef2e22cdc3d902/transformed/foundation-layout-1.4.0-api.jar!/META-INF/foundation-layout_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/6a9fdf903c2595cd3378ddb329bc3dbf/transformed/ui-unit-1.4.0-api.jar!/META-INF/ui-unit_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/b70dcb3b0c10aad13dc859102ee9ce7c/transformed/runtime-1.4.0-api.jar!/META-INF/runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/bc902325b61f824968e8a1ac54c98db0/transformed/lifecycle-livedata-core-2.6.1-api.jar!/META-INF/lifecycle-livedata-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/6e9ebfee8d1c9a1a4f080dd4aea0ad7d/transformed/lifecycle-runtime-2.6.1-api.jar!/META-INF/lifecycle-runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/c2a61e6f33bd865d0cf422bdb9b3b3d9/transformed/ui-geometry-1.4.0-api.jar!/META-INF/ui-geometry_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/74f69584aaa76db4cc93f0c9f64707eb/transformed/animation-core-1.4.0-api.jar!/META-INF/animation-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/c42f8ba5ffd6fd3f32f70a7a5e86cc54/transformed/lifecycle-viewmodel-2.6.1-api.jar!/META-INF/lifecycle-viewmodel_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/c6abd5c1221d7a68dfa6e1a3fb699e39/transformed/lifecycle-runtime-ktx-2.6.1-api.jar!/META-INF/lifecycle-runtime-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/82af5e4a8c56802d347b7f08180fc34a/transformed/lifecycle-viewmodel-ktx-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/d0e71daba42a645f0203e859dd078bba/transformed/savedstate-ktx-1.2.1-api.jar!/META-INF/savedstate-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/8bd03880627cf51ea90ccd93b518dbd7/transformed/lifecycle-livedata-2.6.1-api.jar!/META-INF/lifecycle-livedata_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/d49aa947373ae0b77c144ce566a59541/transformed/runtime-saveable-1.4.0-api.jar!/META-INF/runtime-saveable_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/dba9bc9658daabef2aab3420bb31ca5a/transformed/ui-tooling-data-1.4.0-api.jar!/META-INF/ui-tooling-data_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/.gradle/caches/transforms-3/dc4191e2115e9f9798559581ab5ad552/transformed/activity-ktx-1.7.0-api.jar!/META-INF/activity-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/9b1128d0316556c315104a9a6fae96c0/transformed/material-1.4.0-api.jar!/META-INF/material_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/dcb7538b5b6b363b8150346f70cea6b9/transformed/foundation-1.4.0-api.jar!/META-INF/foundation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. /home/stephenmuindi/.gradle/caches/transforms-3/9e4f039896607dd4f5494da3adf0e20e/transformed/material-ripple-1.4.0-api.jar!/META-INF/material-ripple_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/.gradle/caches/transforms-3/f594ec439a0c146f811da23c08c71759/transformed/ui-1.4.0-api.jar!/META-INF/ui_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 1): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 10): Expecting a top level declaration /home/stephenmuindi/.gradle/caches/transforms-3/9ef9968ac7240f02c939e811f13d8be9/transformed/activity-1.7.0-api.jar!/META-INF/activity_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 13): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 14): Expecting a top level declaration /home/stephenmuindi/.gradle/caches/transforms-3/9f1b5790d990941610cd9b9ed7a60111/transformed/lifecycle-viewmodel-savedstate-2.6.1-api.jar!/META-INF/lifecycle-viewmodel-savedstate_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 22): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 23): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 33): Expecting a top level declaration /home/stephenmuindi/.gradle/caches/transforms-3/9f47a25b7235705712945c12c4f69c65/transformed/animation-1.4.0-api.jar!/META-INF/animation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 34): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 36): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 37): Expecting a top level declaration e: /home/stephenmuindi/AndroidStudioProjects/SocialsApp/app/src/main/java/com/steve_md/socialsapp/ui/theme/Shape.kt: (1, 42): imports are only allowed in the beginning of file /home/stephenmuindi/.gradle/caches/transforms-3/a977673d4b80fdb6feef2e22cdc3d902/transformed/foundation-layout-1.4.0-api.jar!/META-INF/foundation-layout_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/b70dcb3b0c10aad13dc859102ee9ce7c/transformed/runtime-1.4.0-api.jar!/META-INF/runtime_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/bc902325b61f824968e8a1ac54c98db0/transformed/lifecycle-livedata-core-2.6.1-api.jar!/META-INF/lifecycle-livedata-core_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/c2a61e6f33bd865d0cf422bdb9b3b3d9/transformed/ui-geometry-1.4.0-api.jar!/META-INF/ui-geometry_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/c42f8ba5ffd6fd3f32f70a7a5e86cc54/transformed/lifecycle-viewmodel-2.6.1-api.jar!/META-INF/lifecycle-viewmodel_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/c6abd5c1221d7a68dfa6e1a3fb699e39/transformed/lifecycle-runtime-ktx-2.6.1-api.jar!/META-INF/lifecycle-runtime-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/d0e71daba42a645f0203e859dd078bba/transformed/savedstate-ktx-1.2.1-api.jar!/META-INF/savedstate-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/d49aa947373ae0b77c144ce566a59541/transformed/runtime-saveable-1.4.0-api.jar!/META-INF/runtime-saveable_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/dba9bc9658daabef2aab3420bb31ca5a/transformed/ui-tooling-data-1.4.0-api.jar!/META-INF/ui-tooling-data_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/dc4191e2115e9f9798559581ab5ad552/transformed/activity-ktx-1.7.0-api.jar!/META-INF/activity-ktx_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/dcb7538b5b6b363b8150346f70cea6b9/transformed/foundation-1.4.0-api.jar!/META-INF/foundation_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

/home/stephenmuindi/.gradle/caches/transforms-3/f594ec439a0c146f811da23c08c71759/transformed/ui-1.4.0-api.jar!/META-INF/ui_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.

Task :app:kaptGenerateStubsDebugKotlin FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations$ReflectSdkVersion found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.internal.jdk8.JDK8PlatformImplementations found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.internal.jdk8.JDK8PlatformImplementations$ReflectSdkVersion found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.io.path.ExperimentalPathApi found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathRelativizer found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathsKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathsKt__PathReadWriteKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.io.path.PathsKt__PathUtilsKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.jdk7.AutoCloseableKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)
Duplicate class kotlin.jvm.jdk8.JvmRepeatableKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.random.jdk8.PlatformThreadLocalRandom found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$1 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$2 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$3 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$4 found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.text.jdk8.RegexExtensionsJDK8Kt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)
Duplicate class kotlin.time.jdk8.DurationConversionsJDK8Kt found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21)

 Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.
  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:kaptGenerateStubsDebugKotlin'.

Compilation error. See log for more details

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 20s 25 actionable tasks: 8 executed, 17 up-to-date

did you find any solution for it?

@zahid502
Copy link

zahid502 commented Feb 1, 2024

@SonamSharmac6160
This worked for me (file path: android/build.gradle)

add ext.kotlin_version = '1.8.0-Beta' in buildscript
add classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" in dependencies

check in image
Screenshot 2024-02-01 at 6 51 35 PM

Note: In my case "react-native": "0.72.5",

@MuindiStephen
Copy link

Adding this code inside app level/build.gradle

dependencies{
 
    constraints{
        implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10'
        implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10'
    }
}

and adding this code inside project level/build.gradle

dependencies {
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
}

It fixed this error 100%. It worked for me.
I was experiencing this bug in my android app.

@MuindiStephen
Copy link

MuindiStephen commented Feb 5, 2024

I got to fix it and it worked 100%

Refer here:
Stackoverflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests