Error: Program type already present: org.xmlpull.v1.XmlPullParser
I’m getting this error when building a project, it seems that I have 2 libraries in my Gradle that are using the XML parser I tried to exclude it but it’s not working.
I’m getting this error when building a project, it seems that I have 2 libraries in my Gradle that are using the XML parser I tried to exclude it but it’s not working.