Marcelo Hernandez
02/10/2022, 9:36 PM1.5.2
to use a 3rd party library that is built with Coroutines 1.6.0
. I see in the changelog that there are some breaking changes which is why I ask.louiscad
02/10/2022, 11:57 PMMarcelo Hernandez
02/11/2022, 12:17 AMkotlinx-coroutines-test:1.6.0
migration is quite the effort 😅. It’s a large codebase with a lot of tests that now fail with the new version even if we continue using the deprecated runBlockingTest
1.6.0
.Marcelo Hernandez
02/11/2022, 12:20 AM1.6.0
.Paul Woitaschek
02/12/2022, 2:45 PMMarcelo Hernandez
03/03/2022, 7:58 PMUnconfinedTestDispatcher
. This will at least get me to update to 1.6.0
sooner. Once that is done, then there can be a follow-up effort of switching to StandardTestDispatcher
. But that alone is looking like a massive effort.