arkivanov / Decompose

Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
https://arkivanov.github.io/Decompose
Apache License 2.0
2.25k stars 85 forks source link

close the application #737

Closed hulkdx closed 4 months ago

hulkdx commented 4 months ago

Is it possible to close the application with decompose? I noticed that navigation.pop() does not close the application if backstack is empty how to do that?