# compose-destinations

Published articles for compose-destinations.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Simplifying Navigation in Multi-Module Android Apps with Compose Destinations

DevFeed: [Simplifying Navigation in Multi-Module Android Apps with Compose Destinations](<https://devfeed.tech/articles/simplifying-navigation-in-multi-module-android-apps-with-compose-destinations-37558.md>)

Original publisher: [Read original article](<https://colintheshots.com/writing/simplifying-navigation-in-multi-module-android-apps-with-compose-destinations/>)

Published: 2023-12-21T16:27:04Z

Content type: tutorial

Language: en

Sources: [Colin The Shots](<https://devfeed.tech/sources/colin-the-shots.md>)

Topics: [navigation](<https://devfeed.tech/topics/navigation.md>), [Android](<https://devfeed.tech/topics/android.md>), [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [modules](<https://devfeed.tech/topics/modules.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [compose-destinations](<https://devfeed.tech/tags/compose-destinations.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [modules](<https://devfeed.tech/tags/modules.md>), [navigation](<https://devfeed.tech/tags/navigation.md>)

### AI overview

A Meetup engineering blog explains how its Android apps use Compose Destinations to implement navigation across Compose modules while avoiding legacy modules. It describes type-safe navigation, data-return handling, Gradle and KSP setup, and a simpler alternative to complex nested navigation graphs.

### Source excerpt

In the world of Android development, we are often judged by the company and the app libraries we choose to keep. Our journey at Meetup, developing both the "Meetup" and "Meetup for Organizers" apps,