Custom GlideModule causing compilation error
NoelChew opened this issue · comments
Noel Chew commented
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.