Skip to content

Commit 9852c6b

Browse files
authored
Depend on RS transitively
1 parent eba9f95 commit 9852c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/module/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
exports io.reactivex.rxjava3.subjects;
2929
exports io.reactivex.rxjava3.subscribers;
3030

31-
requires org.reactivestreams;
31+
requires transitive org.reactivestreams;
3232
}

0 commit comments

Comments
 (0)