From 859dc008bc38e6a56fcbaf7d70f95858c57ec9d1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 12 May 2021 16:11:32 +0530 Subject: Upgrade Gradle and `androidx.annotation` (#1407) --- autofill-parser/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autofill-parser/build.gradle.kts') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index c029b65c..e1550b9d 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -19,7 +19,7 @@ android { } dependencies { - compileOnly(libs.androidx.annotation) + implementation(libs.androidx.annotation) implementation(libs.androidx.autofill) implementation(libs.kotlin.coroutines.android) implementation(libs.kotlin.coroutines.core) -- cgit v1.2.3