Archived
0

refactoring: ProtocolSplitter

This commit is contained in:
2021-05-09 23:28:36 +03:00
parent 7f7fefdc98
commit 50fc39e924
4 changed files with 62 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ ext {
libs.netty = [
transport: "io.netty:netty-transport:${netty_version}",
codec : "io.netty:netty-codec:${netty_version}",
handler : "io.netty:netty-handler:${netty_version}"
]