From dd6a2b581334eb6da20148daedb1832e5221ebb3 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Sep 2020 21:48:10 +0530 Subject: autofill-parser: add dependency on AndroidX annotation Signed-off-by: Harsh Shandilya --- autofill-parser/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index a4d0582d..e668a1f3 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -49,6 +49,7 @@ afterEvaluate { } dependencies { + compileOnly(Dependencies.AndroidX.annotation) implementation(Dependencies.AndroidX.autofill) implementation(Dependencies.Kotlin.Coroutines.android) implementation(Dependencies.Kotlin.Coroutines.core) -- cgit v1.2.3