Skip to content

Commit 4091233

Browse files
authored
Try specifying dep directly
1 parent 7af75a1 commit 4091233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumper/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configurations {
4545
}
4646

4747
dependencies {
48-
implementation libs.auto.value.annotations
48+
compileOnly "com.google.auto.value:auto-value-annotations:1.11.0"
4949

5050
annotationProcessor libs.auto.value
5151

0 commit comments

Comments
 (0)