From a00bd046b6794d97bbff47d81054450db0c447fb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 15 Jun 2023 13:58:31 +0530 Subject: chore: rename TOML keys for coroutines deps --- coroutine-utils/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coroutine-utils') diff --git a/coroutine-utils/build.gradle.kts b/coroutine-utils/build.gradle.kts index 65ed2d9d..37149ea5 100644 --- a/coroutine-utils/build.gradle.kts +++ b/coroutine-utils/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("com.github.android-password-store.kotlin-jvm-library") } dependencies { - implementation(libs.kotlin.coroutines.core) + implementation(libs.kotlinx.coroutines.core) implementation(libs.dagger.hilt.core) api(libs.thirdparty.kotlinResult) } -- cgit v1.2.3