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 55e6ee1 commit c781be7Copy full SHA for c781be7
compiler-plugin/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
compileOnly("com.google.auto.service:auto-service:$autoService")
32
kapt("com.google.auto.service:auto-service:$autoService")
33
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10")
34
- testImplementation("dev.zacsweers.kctfork:core:0.2.1")
+ testImplementation("dev.zacsweers.kctfork:core:0.4.0")
35
testImplementation("junit:junit:4.13.2")
36
testImplementation("com.google.truth:truth:1.1.5")
37
testImplementation(kotlin("reflect"))
0 commit comments