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) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e4543813..45303723 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -51,7 +51,7 @@ android { dependencies { kapt(libs.dagger.hilt.compiler) - compileOnly(libs.androidx.annotation) + implementation(libs.androidx.annotation) coreLibraryDesugaring(libs.android.desugarJdkLibs) implementation(projects.autofillParser) implementation(projects.formatCommon) -- cgit v1.2.3