Whatever gradle log I use I can not see any except...
# coroutines
e
Whatever gradle log I use I can not see any exception in log. I only see this
Copy code
Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-1"

Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-7"

Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-8"

Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-2"
And this later fails with
Copy code
kotlinx.coroutines.test.UncaughtExceptionsBeforeTest: There were uncaught exceptions before the test started. Please avoid this, as such exceptions are also reported in a platform-dependent manner so that they are not lost.
        at app//kotlinx.coroutines.test.TestScopeImpl.enter(TestScope.kt:238)
        at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:308)
        at app//kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
        at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:167)
        at app//kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
        at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:159)
        at app//kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
Ah, actually I see some suppressed things in the junit report
But due to nature of the coroutines - hard to find what test was running it