Fergus Hewson
10/25/2024, 7:06 PM> Task :shared:desktopTest
AboutComponentTest[desktop] STANDARD_ERROR
com.arkivanov.decompose.mainthread.NotOnMainThreadException: Expected to be called on the main thread, but was pool-1-thread-1 @coroutine#19
beforeTest {
Dispatchers.setMain(UnconfinedTestDispatcher() as CoroutineDispatcher)
}
afterTest {
Dispatchers.resetMain()
}
Arkadii Ivanov
10/25/2024, 7:44 PM