We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb46340 + 1ee20af commit 84bce20Copy full SHA for 84bce20
buildSrc/src/main/kotlin/Dependencies.kt
@@ -19,7 +19,7 @@ object UtilLibs {
19
20
object Version {
21
22
- const val jetbrainsAnnotations = "20.1.0"
+ const val jetbrainsAnnotations = "24.1.0"
23
}
24
25
const val jetbrainsAnnotations = "org.jetbrains:annotations:${Version.jetbrainsAnnotations}"
0 commit comments