Skip to content

Commit

Permalink
Add missing dep: org.jetbrains:annotations
Browse files Browse the repository at this point in the history
(cherry picked from commit 77a93be)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed Apr 4, 2024
1 parent a225b8c commit 40cacf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlin-analysis-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ dependencies {
) {
isTransitive = false
}
implementation("org.jetbrains:annotations:24.1.0")

compileOnly(project(":common-deps"))

Expand Down

0 comments on commit 40cacf0

Please sign in to comment.