We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af75a1 commit 4091233Copy full SHA for 4091233
dumper/app/build.gradle
@@ -45,7 +45,7 @@ configurations {
45
}
46
47
dependencies {
48
- implementation libs.auto.value.annotations
+ compileOnly "com.google.auto.value:auto-value-annotations:1.11.0"
49
50
annotationProcessor libs.auto.value
51
0 commit comments