Can't build to Android due to java.lang.RuntimeException: Duplicate class

Hi,
Started receiving Duplication conflicts during the build for Android after adding Firebase.Analytics and Crashlytics together.
When was only Analytics, everything works like a charm.

So I removed Crashlytics but something cashed somewhere and I can’t build now. Android > Force Resolve doesn’t fix it.

Duplicated files appears in Assets>Plugins>Android.
If I delete duplications manually → I can build an app, but I need to delete it every time(

Could you please tell me where I can remove cashed Crashltics or dependencies and don’t load them every build. Maybe you know other solutions.

Error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':launcher:checkDebugDuplicateClasses'.
> 1 exception was raised by workers:
java.lang.RuntimeException: Duplicate class com.google.firebase.installations.AutoValue_InstallationTokenResult found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.AutoValue_InstallationTokenResult$1 found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.AutoValue_InstallationTokenResult$Builder found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.AwaitListener found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.BuildConfig found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.CrossProcessLock found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallations found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallations$1 found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallations$2 found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallations$3 found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallationsApi found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.FirebaseInstallationsException found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallationsException$Status found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.FirebaseInstallationsRegistrar found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.GetAuthTokenListener found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.GetIdListener found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.InstallationTokenResult found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.InstallationTokenResult$Builder found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.RandomFidGenerator found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.StateListener found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.Utils found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.internal.FidListener found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.internal.FidListenerHandle found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.interop.BuildConfig found in modules jetified-com.google.firebase.firebase-installations-interop-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.0.1:) and jetified-com.google.firebase.firebase-installations-interop-17.1.1-runtime.jar (:com.google.firebase.firebase-installations-interop-17.1.1:)
Duplicate class com.google.firebase.installations.local.AutoValue_PersistedInstallationEntry found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.AutoValue_PersistedInstallationEntry$1 found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.AutoValue_PersistedInstallationEntry$Builder found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.IidStore found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.PersistedInstallation found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.PersistedInstallation$RegistrationStatus found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.PersistedInstallationEntry found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.local.PersistedInstallationEntry$Builder found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.remote.AutoValue_InstallationResponse found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.remote.AutoValue_InstallationResponse$1 found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.remote.AutoValue_InstallationResponse$Builder found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.remote.AutoValue_TokenResult found in modules jetified-com.google.firebase.firebase-installations-17.0.1-runtime.jar (:com.google.firebase.firebase-installations-17.0.1:) and jetified-com.google.firebase.firebase-installations-17.2.0-runtime.jar (:com.google.firebase.firebase-installations-17.2.0:)
Duplicate class com.google.firebase.installations.remote.AutoValue_TokenResult$1 found in modules jetified-co<message truncated>

Found a fix.

Delete everything in Assets>Plugins>Android and make Force Resolve. External Dependncy Manager will redownload only needed plugins