We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d917fe commit 477ed5cCopy full SHA for 477ed5c
retrofit/java-test/build.gradle
@@ -3,6 +3,7 @@ apply plugin: 'java-library'
3
dependencies {
4
testImplementation projects.retrofit
5
testImplementation projects.retrofit.testHelpers
6
+ testImplementation libs.findBugsAnnotations
7
testImplementation libs.junit
8
testImplementation libs.truth
9
testImplementation libs.guava
0 commit comments