-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Bundles don't work for test dependencies, nor when there are multiple steps to transitive dependencies #425
Comments
Thanks for the report. It looks like there's still work to be done supporting the |
I am working on this right now. There are actually three bugs.
I expect to have a fix for the first two bugs in the near-ish future. |
|
Fixed. You'll be able to use the snapshot once it gets published, but if you want to wait, this will be in the next release. |
Thanks, this is great to hear, looking forward to the release. |
Build scan link
Reproducer test-bundles.zip
Plugin version
0.74.0
Gradle version
7.0
(Optional) Android Gradle Plugin (AGP) version
4.2.1
Describe the bug
I'm depending on
io.kotest:kotest-assertions-core-jvm
intestImplementation
but only use things from the transitiveio.kotest:kotest-assertions-shared-jvm
dependency.I've declared a bundle like this:
When running buildHealth I get this advice
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No advice is printed because both dependencies are part of a bundle.
The text was updated successfully, but these errors were encountered: