Exclude files from gradle compile dependecy android studio

Hello All,

I want to exclude some classes or packages from org.igniterealtime.smack:smack-extensions:4.1.5 dependency
in android studio and i want to implement this in build gradle file , please guide me how can i do this ?

Thanks