diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-20 21:48:10 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-20 21:48:10 +0530 |
commit | dd6a2b581334eb6da20148daedb1832e5221ebb3 (patch) | |
tree | 25214299d1e4336f21dc615d83579c603f64e770 /autofill-parser/build.gradle.kts | |
parent | 9c91cdc34c054e3b5fe390fda7ec246fe9e43ca7 (diff) |
autofill-parser: add dependency on AndroidX annotation
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, 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) |