diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-06-15 13:58:31 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-06-15 13:58:31 +0530 |
commit | a00bd046b6794d97bbff47d81054450db0c447fb (patch) | |
tree | fd3721ed5664c63114075fb92d824bd8f46f9547 /autofill-parser | |
parent | be6583f9878f4254202742b0dea9737fe06a7491 (diff) |
chore: rename TOML keys for coroutines deps
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index b3a2703c..814c3cc0 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation(libs.androidx.annotation) implementation(libs.androidx.autofill) implementation(libs.androidx.core.ktx) - implementation(libs.kotlin.coroutines.core) + implementation(libs.kotlinx.coroutines.core) implementation(libs.thirdparty.logcat) testImplementation(libs.bundles.testDependencies) } |