| description = "gRPC: Netty" | |
| dependencies { | |
| compile project(':grpc-core'), | |
| libraries.hpack, | |
| libraries.netty | |
| // Tests depend on base class defined by core module. | |
| testCompile project(':grpc-core').sourceSets.test.output | |
| } | |
| javadoc.options.links 'https://netty.io/4.1/api/' |