You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
as a library, the project should not contains class that implements AppGlideModule. which is conflicted with the host project that also contains the class that implements AppGlideModule.
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.
The text was updated successfully, but these errors were encountered: