blob: 8c6eedc3cb93d0acba0c35de2ab8a28cb43328e8 [file] [log] [blame]
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
}