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

raamcosta/compose-destinations

Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate. observed · 2026-08-28

github.com/raamcosta/compose-destinations · homepage · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 46
  • Release rhythm 39
  • Longevity 100
How is this computed?

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

  • gap_med: 48.0
  • age_days: 1827
  • days_rel: 325
  • days_push: 325
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

3388 stars · 144 forks observed · 2026-08-28

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

Compose Destinations is a KSP annotation-processing library that generates type-safe navigation code on top of the official Jetpack Compose Navigation component. It eliminates boilerplate by letting developers annotate Composable functions with @Destination and derive navigation graphs, arguments, deep links, and animations from the function signatures.

Use cases

  • navigate between Jetpack Compose screens with type-safe arguments
  • remove boilerplate from Compose Navigation setup
  • pass arguments between screens without manual bundle parsing
  • set up nested navigation graphs in a Compose app
  • add deep links to Compose screens
  • return results back to a previous screen in Compose
  • add navigation animations and bottom sheet destinations in Compose
  • read navigation arguments in ViewModels via SavedStateHandle

When to choose

  • you are building an Android app with Jetpack Compose and want type-safe navigation
  • you find the official Navigation Compose API verbose or error-prone
  • you want deep linking, animations, and bottom sheets with minimal setup
  • you prefer code generation over hand-written route strings

When to avoid

  • you are not using Jetpack Compose for your UI
  • you want to avoid KSP/code-generation build steps
  • your project depends on a navigation approach incompatible with the official Navigation component
  • you need multiplatform Compose navigation beyond Android/Wear OS

Facets

library · maturity active

routing middleware mobile-framework mobile-development android-tools web-development jvm jetpack-compose ksp navigation type-safe code-generation safeargs deep-linking bottom-sheet android

2 sources

Member repositories

RepositoryRoleHealth v2
raamcosta/compose-destinationsmain54

For agents

markdown · JSON · MCP: product_card(name="raamcosta/compose-destinations")

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