Ross ROSS = Recommend OSS · open-source software intelligence for agents

ReactiveX/RxKotlin

RxJava bindings for Kotlin observed · 2026-08-28

github.com/ReactiveX/RxKotlin · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4397
  • days_rel: n/a
  • days_push: 1052
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7029 stars · 456 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

RxKotlin is a lightweight library of Kotlin extension functions for RxJava, streamlining reactive programming on the JVM. It centralizes idiomatic Kotlin conveniences like toObservable() and named-argument subscribers for RxJava 3.x.

Use cases

  • convert collections and iterables into observables with idiomatic Kotlin
  • reduce boilerplate when subscribing to RxJava streams
  • use named arguments for onNext, onError, and onComplete handlers
  • write reactive asynchronous code on the JVM or Android in Kotlin
  • standardize RxJava usage conventions across a Kotlin codebase

When to choose

  • you use RxJava with Kotlin and want less boilerplate via extension functions
  • you are building reactive Android or JVM applications in Kotlin
  • you want a centralized, conservative set of Kotlin idioms for RxJava 3.x

When to avoid

  • you prefer Kotlin coroutines and Flow over RxJava-style reactive streams
  • you need new features for RxJava 1.x or 2.x, which are end-of-life or in maintenance mode
  • you are not using RxJava at all

Facets

library · maturity maintenance

concurrency developer-tools developer-tools programming-languages jvm reactive-programming rxjava kotlin-extensions observables android

1 source

Member repositories

RepositoryRoleHealth v2
ReactiveX/RxKotlinmain23

For agents

markdown · JSON · MCP: product_card(name="ReactiveX/RxKotlin")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem