We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119a969 commit b0420b8Copy full SHA for b0420b8
binder/build.gradle
@@ -56,6 +56,7 @@ dependencies {
56
testImplementation project(':grpc-testing')
57
testImplementation project(':grpc-inprocess')
58
testImplementation testFixtures(project(':grpc-core'))
59
+ testImplementation project(':grpc-binder')
60
61
androidTestAnnotationProcessor libraries.auto.value
62
androidTestImplementation project(':grpc-testing')
0 commit comments