Skip to content

Commit 77a93be

Browse files
ting-yuanneetopia
authored andcommitted
Add missing dep: org.jetbrains:annotations
1 parent ae2423b commit 77a93be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-analysis-api/build.gradle.kts

+1
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)