refactoring: swap modules
This commit is contained in:
11
protocol/build.gradle
Normal file
11
protocol/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
apply from: rootDir.toPath().resolve('logic.gradle').toFile()
|
||||
|
||||
dependencies {
|
||||
api project(':utils')
|
||||
|
||||
implementation libs.netty.transport
|
||||
implementation libs.netty.codec
|
||||
implementation libs.json
|
||||
|
||||
testImplementation libs.lang3
|
||||
}
|
||||
Reference in New Issue
Block a user