Skip to content

Commit

Permalink
Depend on RS transitively
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd authored Sep 6, 2021
1 parent eba9f95 commit 9852c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/module/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
exports io.reactivex.rxjava3.subjects;
exports io.reactivex.rxjava3.subscribers;

requires org.reactivestreams;
requires transitive org.reactivestreams;
}

0 comments on commit 9852c6b

Please sign in to comment.