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 565d322 commit 5105f79Copy full SHA for 5105f79
kotlin-plugin/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api"
11
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable"
12
13
- testImplementation 'dev.zacsweers.kctfork:core:0.6.0'
+ testImplementation 'dev.zacsweers.kctfork:core:0.7.0'
14
testImplementation 'junit:junit:4.13.2'
15
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
16
}
0 commit comments