File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This directory contains modules with utilities for various reactive stream libra
4
4
5
5
## Modules
6
6
7
- * [ 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 )
9
- * [ kotlinx-coroutines-rx1] ( kotlinx-coroutines-rx1 ) -- utilities for [ RxJava 1.x] ( https://github.com/ReactiveX/RxJava/tree/1.x )
10
- * [ kotlinx-coroutines-rx2] ( kotlinx-coroutines-rx2 ) -- utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava )
7
+ * [ kotlinx-coroutines-reactive] ( kotlinx-coroutines-reactive/README.md ) -- utilities for [ Reactive Streams] ( http://www.reactive-streams.org )
8
+ * [ kotlinx-coroutines-reactor] ( kotlinx-coroutines-reactor/README.md ) -- utilities for [ Reactor] ( https://projectreactor.io )
9
+ * [ kotlinx-coroutines-rx1] ( kotlinx-coroutines-rx1/README.md ) -- utilities for [ RxJava 1.x] ( https://github.com/ReactiveX/RxJava/tree/1.x )
10
+ * [ kotlinx-coroutines-rx2] ( kotlinx-coroutines-rx2/README.md ) -- utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava )
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ This directory contains modules for coroutine programming with various single-th
4
4
5
5
## Modules
6
6
7
- * [ kotlinx-coroutines-android] ( kotlinx-coroutines-android ) -- ` UI ` context for Android applications.
8
- * [ kotlinx-coroutines-javafx] ( kotlinx-coroutines-javafx ) -- ` JavaFx ` context for JavaFX UI applications.
9
- * [ kotlinx-coroutines-swing] ( kotlinx-coroutines-swing ) -- ` Swing ` context for Swing UI applications.
7
+ * [ kotlinx-coroutines-android] ( kotlinx-coroutines-android/README.md ) -- ` UI ` context for Android applications.
8
+ * [ kotlinx-coroutines-javafx] ( kotlinx-coroutines-javafx/README.md ) -- ` JavaFx ` context for JavaFX UI applications.
9
+ * [ kotlinx-coroutines-swing] ( kotlinx-coroutines-swing/README.md ) -- ` Swing ` context for Swing UI applications.
You can’t perform that action at this time.
0 commit comments