Replies: 1 comment 15 replies
-
I definitely disagree for I personally like the non-transitive behavior of |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like in gradle: If some dependency needed for compile the artifact (like a macro library), it's most probably needed for compile the tests as well.
The same applies for run: when an artifact needs a dependency to be able to run, that is certainly needed to run a test also. E.g. If a DB driver needed for an app to run, then test won't be able to run it without it for sure.
Beta Was this translation helpful? Give feedback.
All reactions