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 af5eeaa commit f657387Copy full SHA for f657387
libp2p/build.gradle.kts
@@ -14,6 +14,7 @@ dependencies {
14
api("io.netty:netty-transport")
15
implementation("io.netty:netty-handler")
16
implementation("io.netty:netty-codec-http")
17
+ implementation("io.netty:netty-codec-protobuf")
18
implementation("io.netty:netty-transport-classes-epoll")
19
implementation("io.netty:netty-codec-native-quic")
20
// OS-specific bindings
versions.gradle
@@ -37,6 +37,7 @@ dependencyManagement {
37
entry 'netty-transport'
38
entry 'netty-buffer'
39
entry 'netty-codec-http'
40
+ entry 'netty-codec-protobuf'
41
entry 'netty-transport-classes-epoll'
42
entry 'netty-codec-native-quic'
43
}
0 commit comments