I am using external libraries payu money sdk and linkedin-sdk, both uses volley libraries, which while compiling project gives duplicate entry of AuthFailureError.class
Okay I got my answer
On mac instead of control n, it is command 0 and the command i needed was
configurations { all*.exclude module: 'volley-release' }