You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[kotlinx-coroutines-core](kotlinx-coroutines-core)| Core primitives to work with coroutines |
16
+
|[kotlinx-coroutines-debug](kotlinx-coroutines-debug)| Debugging utilities for coroutines |
17
+
|[kotlinx-coroutines-test](kotlinx-coroutines-test)| Test primitives for coroutines, `Main` dispatcher injection |
16
18
|[kotlinx-coroutines-reactive](kotlinx-coroutines-reactive)| Utilities for [Reactive Streams](https://www.reactive-streams.org)|
17
19
|[kotlinx-coroutines-reactor](kotlinx-coroutines-reactor)| Utilities for [Reactor](https://projectreactor.io)|
18
20
|[kotlinx-coroutines-rx2](kotlinx-coroutines-rx2)| Utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava)|
19
-
|[kotlinx-coroutines-android](kotlinx-coroutines-android)|`UI` context for Android applications |
20
-
|[kotlinx-coroutines-javafx](kotlinx-coroutines-javafx)|`JavaFx`context for JavaFX UI applications |
21
-
|[kotlinx-coroutines-swing](kotlinx-coroutines-swing)|`Swing`context for Swing UI applications |
21
+
|[kotlinx-coroutines-android](kotlinx-coroutines-android)|`Main` dispatcher for Android applications |
22
+
|[kotlinx-coroutines-javafx](kotlinx-coroutines-javafx)|`JavaFx`dispatcher for JavaFX UI applications |
23
+
|[kotlinx-coroutines-swing](kotlinx-coroutines-swing)|`Swing`dispatcher for Swing UI applications |
22
24
|[kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8)| Integration with JDK8 `CompletableFuture` (Android API level 24) |
23
25
|[kotlinx-coroutines-guava](kotlinx-coroutines-guava)| Integration with Guava [ListenableFuture](https://github.com/google/guava/wiki/ListenableFutureExplained)|
24
26
|[kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j)| Integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html)|
0 commit comments