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 0827859 commit 9e44896Copy full SHA for 9e44896
build.gradle.kts
@@ -74,7 +74,7 @@ dependencies {
74
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
75
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin-api:$kotlinVersion")
76
77
- testCompileOnly("org.jetbrains:annotations:24.1.0")
+ testCompileOnly("org.jetbrains:annotations:26.0.1")
78
79
testImplementation(localGroovy())
80
testImplementation(gradleTestKit())
0 commit comments