Error: “Program type already present: androidx.versionedparcelable.CustomVersionedParcelable”
I am having trouble with the following Error --> Error: Program type already present: androidx.versionedparcelable.CustomVersionedParcelable When I click in Build errors it shows me this: AGPBI: {"kind":"error","text":"Program type already present: androidx.versionedparcelable.CustomVersionedParcelable","sources":[{}],"tool":"D8"} :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED FAILURE: Build failed with an exception. I don't understand what it is causing this problem because I am using Parcelable library but never caused me this type of error. This is my project's gradle file