summaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-20 21:48:10 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-09-20 21:48:10 +0530
commitdd6a2b581334eb6da20148daedb1832e5221ebb3 (patch)
tree25214299d1e4336f21dc615d83579c603f64e770 /autofill-parser
parent9c91cdc34c054e3b5fe390fda7ec246fe9e43ca7 (diff)
autofill-parser: add dependency on AndroidX annotation
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
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)