Skip to content

Commit 9c4f05c

Browse files
authored
Replace auto-value dependency declaration with kapt (#6423)
Old declaration is deprecated. The generated error message is xx-xx: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.google.auto.value:auto-value:1.10.1'.
1 parent 7542831 commit 9c4f05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/firebase-functions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
implementation(libs.playservices.basement)
113113
api(libs.playservices.tasks)
114114

115-
annotationProcessor(libs.autovalue)
115+
kapt(libs.autovalue)
116116
annotationProcessor(libs.dagger.compiler)
117117

118118
testImplementation(libs.androidx.test.core)

0 commit comments

Comments
 (0)