We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2423b commit 77a93beCopy full SHA for 77a93be
kotlin-analysis-api/build.gradle.kts
@@ -86,6 +86,7 @@ dependencies {
86
) {
87
isTransitive = false
88
}
89
+ implementation("org.jetbrains:annotations:24.1.0")
90
91
compileOnly(project(":common-deps"))
92
0 commit comments