Reduce number of warnings

This commit is contained in:
Benoit Marty 2023-05-30 11:43:38 +02:00
parent 85f7a6aeb4
commit 28ff9ea437
3 changed files with 9 additions and 0 deletions

View file

@ -14,9 +14,12 @@
* limitations under the License.
*/
@file:OptIn(ExperimentalCoroutinesApi::class)
package io.element.android.tests.testutils
import io.element.android.libraries.core.coroutine.CoroutineDispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.StandardTestDispatcher
import kotlinx.coroutines.test.TestCoroutineScheduler
import kotlinx.coroutines.test.UnconfinedTestDispatcher