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

allowDependency with dependencyProvider does not use attributes to resolve actual dependency #317

Open
hfhbd opened this issue Apr 4, 2024 · 0 comments

Comments

@hfhbd
Copy link
Contributor

hfhbd commented Apr 4, 2024

We map the dependency in dependencyProvider directly to its gav, but with Kotlin MPP, the gav can change to eg g:a-jvm:v resulting into failing check because g:a-jvm:v is not allowed, but g:a:v is.

=> Don't map the gav in the extension but during configuration when we access it with the actual attributes from the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant