Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit dd6a2b5

Browse files
committed
autofill-parser: add dependency on AndroidX annotation
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 9c91cdc commit dd6a2b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autofill-parser/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ afterEvaluate {
4949
}
5050

5151
dependencies {
52+
compileOnly(Dependencies.AndroidX.annotation)
5253
implementation(Dependencies.AndroidX.autofill)
5354
implementation(Dependencies.Kotlin.Coroutines.android)
5455
implementation(Dependencies.Kotlin.Coroutines.core)

0 commit comments

Comments
 (0)