[WIP] try RxJava
This commit is contained in:
18
server-api/build.gradle
Normal file
18
server-api/build.gradle
Normal file
@@ -0,0 +1,18 @@
|
||||
ext {
|
||||
netty_version = '4.1.22.Final';
|
||||
|
||||
library = [
|
||||
rxjava: ['io.reactivex.rxjava3:rxjava:3.0.3'],
|
||||
netty: [
|
||||
"io.netty:netty-transport:$netty_version"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/* COMPONENTS */
|
||||
compile project(':protocol')
|
||||
compile library.rxjava
|
||||
|
||||
implementation library.netty
|
||||
}
|
||||
Reference in New Issue
Block a user