Lightweight, minimal navigation layer for Compose UIs — simple screen routing, back-stack management and easy integration with minimal boilerplate and a small API surface.
repositories {
mavenCentral()
}
dependencies {
// Replace TAG with the desired version
implementation("net.lsafer.compose-simplenav:compose-simplenav:TAG")
}
repositories {
mavenCentral()
}
dependencies {
// Replace TAG with the desired version
implementation("net.lsafer.compose-simplenav:compose-simplenav:TAG")
}