From 9c91cdc34c054e3b5fe390fda7ec246fe9e43ca7 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Sep 2020 21:47:22 +0530 Subject: 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 --- autofill-parser/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) (limited to 'autofill-parser/build.gradle.kts') 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) -- cgit v1.2.3