Program type already present: com.android.volley.BuildConfig Message{kind=ERROR, text=Program type already present: com.android.volley.BuildConfig, sources=[Unknown source file], tool name=Optional.of(D8)}
I'm facing this problem when I try to use volley library for my main app module and my project also has a LinkedIn
module which also has volley library.
Thanks in advance for the solution.