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
In the README.md, there is the following: Note: The dependency on Mockito will be transitively included, so there's no need to specify both Mockito AND dexmaker-mockito
However, in dexmaker-mockito/build.gradle, mockito dependency is implementation, not API.
Therefore adding androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.1' does not introduce the mockito dependency transitively
The text was updated successfully, but these errors were encountered:
Latter is also preferred from me because clients need to keep the dexmaker version in sync with mockito's, which is difficult for dexmaker 2.28.0 because it really depends on mocktio 2.28.2
In the README.md, there is the following:
Note: The dependency on Mockito will be transitively included, so there's no need to specify both Mockito AND dexmaker-mockito
However, in dexmaker-mockito/build.gradle, mockito dependency is implementation, not API.
Therefore adding
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.1'
does not introduce the mockito dependency transitivelyThe text was updated successfully, but these errors were encountered: