From cf111f197856673185817921460025e7324ac512 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 1 Feb 2022 19:21:01 +0530 Subject: Refactor PasswordEntry TOTP calculation into a cold flow (#1702) --- coroutine-utils-testing/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'coroutine-utils-testing/build.gradle.kts') diff --git a/coroutine-utils-testing/build.gradle.kts b/coroutine-utils-testing/build.gradle.kts index 96d87dc1..c4f7400b 100644 --- a/coroutine-utils-testing/build.gradle.kts +++ b/coroutine-utils-testing/build.gradle.kts @@ -11,4 +11,5 @@ dependencies { implementation(projects.coroutineUtils) implementation(libs.testing.junit) implementation(libs.kotlin.coroutines.test) + api(libs.testing.turbine) } -- cgit v1.2.3