You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule should find and remove and a dependency declaration where
the exact same dependency is declared multiple times in this same module (leave one of them)
the same dependency is declared in an upstream source set in the same module (if api and testImplementation, then testImplementation is a redeclaration)
the same dependency is declared for different configurations of the same source set -- typically api and implementation. In this case, the upstream config (api) wins.
The text was updated successfully, but these errors were encountered:
This rule should find and remove and a dependency declaration where
api
andtestImplementation
, thentestImplementation
is a redeclaration)api
andimplementation
. In this case, the upstream config (api
) wins.The text was updated successfully, but these errors were encountered: