Alessandro Marcolini
02/20/2024, 4:11 AMapplication
method launches the app in a different coroutine which the test does not wait for. As a workaround I have a companion object in my application class that stores when the app shuts down, and in the test I wait for that condition.