salehyarahmadi / FileAndFolderPicker

Android library for pick file and folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom GlideModule causing compilation error

NoelChew opened this issue · comments

Could you please remove CustomGlide.java?

@GlideModule
public class CustomGlide extends AppGlideModule {
}

I am using my own custom GlideModule and currently unable to compile because of this error:

Type com.bumptech.glide.GeneratedAppGlideModuleImpl is defined multiple times

Thank you.