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.
2 parents 6ac07f4 + 1dc4698 commit 3753d4fCopy full SHA for 3753d4f
compiler-plugin/build.gradle.kts
@@ -30,7 +30,7 @@ val autoService = "1.0.1"
30
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")
+ compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.20")
34
testImplementation("dev.zacsweers.kctfork:core:0.4.0")
35
testImplementation("junit:junit:4.13.2")
36
testImplementation("com.google.truth:truth:1.1.5")
0 commit comments