GlideToVectorYou icon indicating copy to clipboard operation
GlideToVectorYou copied to clipboard

GeneratedAppGlideModuleImpl is defined multiple times

Open AlexDochioiu opened this issue 3 years ago • 3 comments

I am using Glade for the rest of the app as well and I defined my own Glide Module. It seems to be clashing with the one defined by the library. Not really how this can be fixed other than to avoid using the glide module in the library.

Type com.bumptech.glide.GeneratedAppGlideModuleImpl is defined multiple times: /Users/alexandrudochioiu/.gradle/caches/transforms-2/files-2.1/40f8833c9ed01401ecf4ce42de9ca693/jetified-GlideToVectorYou-v2.0.0-runtime.jar:com/bumptech/glide/GeneratedAppGlideModuleImpl.class, /Users/alexandrudochioiu/AndroidStudioProjects/NFT_Craze_Gallery/app/build/intermediates/javac/release/classes/com/bumptech/glide/GeneratedAppGlideModuleImpl.class

AlexDochioiu avatar Apr 27 '21 21:04 AlexDochioiu

@AlexDochioiu did you found any solution for this?

VivekMakwana24 avatar Aug 12 '21 11:08 VivekMakwana24

@VivekMakwana24 I manually copied the files and imports from the library into my own project, and then in the Glide Module defined in the library I added extra code for what I needed for my own project.

AlexDochioiu avatar Aug 12 '21 13:08 AlexDochioiu