diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-12 16:11:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 16:11:32 +0530 |
commit | 859dc008bc38e6a56fcbaf7d70f95858c57ec9d1 (patch) | |
tree | 1c6b30cf041087a26f62fd68324e0016859b3824 /app/build.gradle.kts | |
parent | e6e52b35947474066ab3cd75df0f84fa15daa28f (diff) |
Upgrade Gradle and `androidx.annotation` (#1407)
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
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) |