Move packets to their own project
This commit is contained in:
parent
b021a4b753
commit
0689944d77
23 changed files with 27 additions and 6 deletions
|
@ -12,7 +12,7 @@ repositories {
|
|||
val nettyVersion = properties["version.netty"].toString()
|
||||
|
||||
dependencies {
|
||||
api(project(":blokk-api"))
|
||||
api(project(":blokk-packets"))
|
||||
|
||||
// Netty
|
||||
api("io.netty:netty-buffer:${nettyVersion}")
|
||||
|
|
Reference in a new issue