aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-06-15 13:58:31 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-06-15 13:58:31 +0530
commita00bd046b6794d97bbff47d81054450db0c447fb (patch)
treefd3721ed5664c63114075fb92d824bd8f46f9547 /openpgp-ktx
parentbe6583f9878f4254202742b0dea9737fe06a7491 (diff)
chore: rename TOML keys for coroutines deps
Diffstat (limited to 'openpgp-ktx')
-rw-r--r--openpgp-ktx/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
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) }