Info
Migrating to the new coroutines 1.6 test APIs | by Marton Braun | Android Developers | Jun, 2022
kotlinx.coroutines 1.6 introduces a set of new testing APIs, and the previous testing APIs are now deprecated. Using the old APIs will produce deprecation errors soon, and they’re scheduled to be removed completely around the end of 2022. We have recently published a guide on how to use the new testing APIs, which explains how […]