We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4d0e1 commit 62c7fd6Copy full SHA for 62c7fd6
build.gradle.kts
@@ -85,6 +85,7 @@ dependencies {
85
val dependencyVersions = listOf(
86
"net.bytebuddy:byte-buddy:1.14.5",
87
"net.bytebuddy:byte-buddy-agent:1.14.5",
88
+ "org.jetbrains:annotations:23.0.0",
89
)
90
91
val dependencyGroupVersions = mapOf(
0 commit comments