diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-20 21:47:22 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-20 21:47:22 +0530 |
commit | 9c91cdc34c054e3b5fe390fda7ec246fe9e43ca7 (patch) | |
tree | 505177d9d746ab8f082f322a676ba84fb287fbaa /autofill-parser/build.gradle.kts | |
parent | 9ccefe87e8d3782bb494977ddf282781cfb302e1 (diff) |
autofill-parser: drop use of core-ktx
We use an alpha version of core-ktx that might be undesirable for projects including the library
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser/build.gradle.kts')
-rw-r--r-- | autofill-parser/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index 23d3e304..a4d0582d 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -49,7 +49,6 @@ afterEvaluate { } dependencies { - implementation(Dependencies.AndroidX.core_ktx) implementation(Dependencies.AndroidX.autofill) implementation(Dependencies.Kotlin.Coroutines.android) implementation(Dependencies.Kotlin.Coroutines.core) |