重构Channel增强类

This commit is contained in:
tursom 2020-05-23 02:53:08 +08:00
parent 8c6878fa6a
commit 5b00f97963

View File

@ -2,5 +2,5 @@ dependencies {
compile project(":")
api project(":log")
api project(":utils")
implementation group: "io.netty", name: "netty-all", version: "4.1.43.Final"
compile group: "io.netty", name: "netty-all", version: "4.1.43.Final"
}