In Android Studio (Koala) and in the app’s build file, I’m trying to implement a library but exclude a group/component of it. I tried multiple ways to do it, but it’s not working for me.
implementation(libs.googleApiClientAndroid,) { exclude("org.apache.httpcomponents") }
This is my current implementation snippet. But the exclude is wrong. I have the googleApiClientAndroid set up in the libs.versions.toml file.