Skip to content

Commit

Permalink
Add missing dep: org.jetbrains:annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan authored and neetopia committed Apr 4, 2024
1 parent ae2423b commit 77a93be
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 77a93be

Please sign in to comment.