Skip to content

Question: Should excluded transitive dependency not popup in the advice #1631

@emartynov

Description

@emartynov

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions