Skip to content

Commit

Permalink
Make annotation dep compileOnly.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobozhen authored and qhy040404 committed Jan 3, 2024
1 parent a3e44a2 commit 51a653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hidden-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ setupLibraryModule {
dependencies {
annotationProcessor(libs.rikka.refine.compiler)
compileOnly(libs.rikka.refine.annotation)
implementation(libs.androidX.annotation)
compileOnly(libs.androidX.annotation)
}

0 comments on commit 51a653d

Please sign in to comment.