Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excludeLibrary/includeLibrary should use group+name value #79

Open
Alex009 opened this issue Jun 1, 2023 · 0 comments
Open

excludeLibrary/includeLibrary should use group+name value #79

Alex009 opened this issue Jun 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Alex009
Copy link
Member

Alex009 commented Jun 1, 2023

At now in excludeLibrary/includeLibrary we should pass name/artifactId part of artifact. like excludeLibrary("kotlinx-coroutines-core"). But with this implementation we cant filter dependencies with same name but different groups.
So we should change filter to use group+name:

excludeLibrary("org.jetbrains.kotlinx:kotlinx-coroutines-core")
@Alex009 Alex009 added the enhancement New feature or request label Jun 1, 2023
@Alex009 Alex009 self-assigned this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant