Skip to content

2.1.1

Compare
Choose a tag to compare
@ZacSweers ZacSweers released this 07 Sep 04:51
· 54 commits to main since this release
624b6c4
  • Fix: SingleSubscribeProxy#subscribe(BiConsumer) now propagates the correct nullability. Previously, both parameters were implicitly @NonNull. Now they are correctly annotated as @Nullable.
  • Update Kotlin to 1.5.30.
  • Update Error Prone Annotations to 2.9.0.
  • Switch to Error Prone's @DoNotMock annotation.