Archived
1
0
Fork 0

Move packets to their own project

This commit is contained in:
Moritz Ruth 2020-09-09 23:09:44 +02:00
parent b021a4b753
commit 0689944d77
23 changed files with 27 additions and 6 deletions

View file

@ -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}")