Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Implement type-safe Jetpack Navigation Compose routes using Kotlin serialization. Use only when defining typed Compose destinations and arguments; defer XML navigation, deep links, animations, and generic auth or bottom-navigation work.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 3% | 0% |
| case-19 | ✓→✓ | = Same ✓ | -29% | 0% |
@Serializable objects/classes instead of String routes..toRoute<T>().navigation extension functions).onNavigateToX).@Serializable data class ProductDetail(val productId: Long) and navigate with the typed destination; retrieve it with toRoute<ProductDetail>().When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
Other measured skills in the registry, with their headline benchmark lift.