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 --- openpgp-ktx/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ktx') diff --git a/openpgp-ktx/build.gradle.kts b/openpgp-ktx/build.gradle.kts index b16a1d03..dd449e43 100644 --- a/openpgp-ktx/build.gradle.kts +++ b/openpgp-ktx/build.gradle.kts @@ -13,4 +13,4 @@ android { namespace = "me.msfjarvis.openpgpktx" } -dependencies { implementation(libs.kotlin.coroutines.core) } +dependencies { implementation(libs.kotlinx.coroutines.core) } -- cgit v1.2.3