|
27 | 27 | exports io.reactivex.rxjava3.schedulers; |
28 | 28 | exports io.reactivex.rxjava3.subjects; |
29 | 29 | exports io.reactivex.rxjava3.subscribers; |
30 | | - |
| 30 | + |
| 31 | + // I don't know why, but without these, the Javadoc won't work and complains |
| 32 | + // about the missing internals |
| 33 | + exports io.reactivex.rxjava3.internal.disposables; |
| 34 | + exports io.reactivex.rxjava3.internal.functions; |
| 35 | + exports io.reactivex.rxjava3.internal.fuseable; |
| 36 | + exports io.reactivex.rxjava3.internal.jdk8; |
| 37 | + exports io.reactivex.rxjava3.internal.observers; |
| 38 | + exports io.reactivex.rxjava3.internal.operators.completable; |
| 39 | + exports io.reactivex.rxjava3.internal.operators.flowable; |
| 40 | + exports io.reactivex.rxjava3.internal.operators.maybe; |
| 41 | + exports io.reactivex.rxjava3.internal.operators.mixed; |
| 42 | + exports io.reactivex.rxjava3.internal.operators.observable; |
| 43 | + exports io.reactivex.rxjava3.internal.operators.parallel; |
| 44 | + exports io.reactivex.rxjava3.internal.operators.single; |
| 45 | + exports io.reactivex.rxjava3.internal.queue; |
| 46 | + exports io.reactivex.rxjava3.internal.schedulers; |
| 47 | + exports io.reactivex.rxjava3.internal.subscribers; |
| 48 | + exports io.reactivex.rxjava3.internal.subscriptions; |
| 49 | + exports io.reactivex.rxjava3.internal.util; |
| 50 | + |
31 | 51 | requires transitive org.reactivestreams; |
32 | 52 |
|
33 | 53 | requires java.management; |
|
0 commit comments