Skip to content

Commit 40cacf0

Browse files
ting-yuanKSP Auto Pick
authored and
KSP Auto Pick
committed
Add missing dep: org.jetbrains:annotations
(cherry picked from commit 77a93be)
1 parent a225b8c commit 40cacf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-analysis-api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ dependencies {
8686
) {
8787
isTransitive = false
8888
}
89+
implementation("org.jetbrains:annotations:24.1.0")
8990

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

0 commit comments

Comments
 (0)