We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cb118 commit fe2bcd6Copy full SHA for fe2bcd6
build.gradle.kts
@@ -85,6 +85,7 @@ dependencies {
85
val dependencyVersions = listOf(
86
"net.bytebuddy:byte-buddy:1.14.4",
87
"net.bytebuddy:byte-buddy-agent:1.14.4",
88
+ "org.jetbrains:annotations:23.0.0",
89
)
90
91
val dependencyGroupVersions = mapOf(
0 commit comments