File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
kotlinx-coroutines-reactor Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ This directory contains modules with utilities for various reactive stream libra
55## Modules
66
77* [ kotlinx-coroutines-reactive] ( kotlinx-coroutines-reactive ) -- utilities for [ Reactive Streams] ( http://www.reactive-streams.org )
8+ * [ kotlinx-coroutines-reactor] ( kotlinx-coroutines-reactor ) -- utilities for [ Reactor] ( https://projectreactor.io )
89* [ kotlinx-coroutines-rx1] ( kotlinx-coroutines-rx1 ) -- utilities for [ RxJava 1.x] ( https://github.com/ReactiveX/RxJava/tree/1.x )
910* [ kotlinx-coroutines-rx2] ( kotlinx-coroutines-rx2 ) -- utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava )
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ a better introduction into the world of coroutines.
4040There are several modules in ` kotlinx.coroutines ` project that are related to reactive streams:
4141
4242* [ kotlinx-coroutines-reactive] ( kotlinx-coroutines-reactive ) -- utilities for [ Reactive Streams] ( http://www.reactive-streams.org )
43+ * [ kotlinx-coroutines-reactor] ( kotlinx-coroutines-reactor ) -- utilities for [ Reactor] ( https://projectreactor.io )
4344* [ kotlinx-coroutines-rx1] ( kotlinx-coroutines-rx1 ) -- utilities for [ RxJava 1.x] ( https://github.com/ReactiveX/RxJava/tree/1.x )
4445* [ kotlinx-coroutines-rx2] ( kotlinx-coroutines-rx2 ) -- utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava )
4546
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.jetbrains.kotlinx</groupId >
2525 <artifactId >kotlinx-coroutines</artifactId >
26- <version >0.14 </version >
26+ <version >0.15-SNAPSHOT </version >
2727 <relativePath >../../pom.xml</relativePath >
2828 </parent >
2929
You can’t perform that action at this time.
0 commit comments