Skip to content

Commit

Permalink
fix buildhealth warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jul 30, 2024
1 parent a941891 commit 336f904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
annotationProcessor(rootProject.versionCatalogs.named("libs").findLibrary("nullaway").get())
implementation(
compileOnly(
rootProject.versionCatalogs.named("libs").findLibrary("nullaway-annotations").get())
}

Expand Down

0 comments on commit 336f904

Please sign in to comment.