I have next dependencies:
api(libs.recyclerview) {
exclude(group = "androidx.customview", module = "customview")
}
And I still have reasoning like:
Shortest path from :core:ui to androidx.customview:customview:1.1.0 for variantReleaseUnitTestCompileClasspath:
:core:ui
\--- androidx.recyclerview:recyclerview:1.4.0
\--- androidx.customview:customview:1.1.0
Should it be ignored?