event/event-async/build.gradle

5 lines
124 B
Groovy

dependencies {
api project(':event-loop')
implementation libs.reactivestreams
testImplementation libs.rxjava3
}