Sven Jacobs
                                            Sven Jacobs
                                        
                                    We're facing the same problem since a few days. Builds are cancelled at various stages and execution times. Did the behaviour change for Ubuntu 22.04 standard runners, which are now...
I'm having the same problem but in my case the crash occurs when the back button of a modal screen is clicked in fast succession, so `popBackStack()` is probably called...
I created two extension functions on `NavController` which ensure that I don't navigate back beyond a certain point. It seems to have fixed my crashes. ```kotlin /** * Calls [NavController.popBackStack]...
@jeremymailen I was struggling with finding the right syntax for excluding generated files. Maybe one of the solutions in the comments that you mentioned could be added to the documentation?...
Closing as I think the effort is not worth it 😉
There is no [Compose Compiler](https://developer.android.com/jetpack/androidx/releases/compose-kotlin) for Kotlin 1.9.22 yet.
> > There is no [Compose Compiler](https://developer.android.com/jetpack/androidx/releases/compose-kotlin) for Kotlin 1.9.22 yet. > > 1.9.22 Support is available since Compose Compiler [1.5.8](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.8) with Current Release Being [1.5.9](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.9) Yes, thanks 🙂
Hello @serrq, I don't quite understand your feature request. If you have multiple browser installed, when clicking the "open" button there should be a share dialog where you can select...
> Is it a bug or is it what you expect your app to do? Interesting. This is a bug. I will have a look into it.