2024-01-06 22:52:21 +01:00
|
|
|
dependencies {
|
|
|
|
api project(':netty-handler-ssl')
|
|
|
|
implementation project(':netty-channel-epoll')
|
|
|
|
implementation project(':netty-channel-unix')
|
2024-01-11 09:30:34 +01:00
|
|
|
runtimeOnly project(path: ':netty-handler-codec-quic-native', configuration: osdetector.classifier)
|
2024-01-06 22:52:21 +01:00
|
|
|
}
|