I think any project will have a configuration to its own and usually this class is named Configuration, I faced this problem already, when I try to compile the project, it gets an error "Duplicate interface definition for class 'Configuration' ". but ImagePickerConfiguration is a unique configuration for ImagePicker.
So I forked the project and tried to change the name and it worked! so I think it may help
I think any project will have a configuration to its own and usually this class is named Configuration, I faced this problem already, when I try to compile the project, it gets an error "Duplicate interface definition for class 'Configuration' ". but ImagePickerConfiguration is a unique configuration for ImagePicker.
So I forked the project and tried to change the name and it worked! so I think it may help