File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ buildscript {
1818 ? : libs.versions.ksp.get()
1919 classpath(kotlin(" gradle-plugin" , version = kotlinVersion))
2020 classpath(" com.google.devtools.ksp:symbol-processing-gradle-plugin:$kspVersion " )
21- // https://github.com/melix/japicmp-gradle-plugin/issues/36
22- classpath(" com.google.guava:guava:33.4.6-jre" )
2321 }
2422}
2523
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ asm = "org.ow2.asm:asm:9.8"
2121autoCommon = " com.google.auto:auto-common:1.2.2"
2222autoService = { module = " com.google.auto.service:auto-service-annotations" , version.ref = " autoService" }
2323autoService-ksp = " dev.zacsweers.autoservice:auto-service-ksp:1.2.0"
24- guava = " com.google.guava:guava:33.4.6-jre"
2524jsr305 = " com.google.code.findbugs:jsr305:3.0.2"
2625kotlin-annotationProcessingEmbeddable = { module = " org.jetbrains.kotlin:kotlin-annotation-processing-embeddable" , version.ref = " kotlin" }
2726kotlin-compilerEmbeddable = { module = " org.jetbrains.kotlin:kotlin-compiler-embeddable" , version.ref = " kotlin" }
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ dependencies {
3333 implementation(project(" :moshi" ))
3434 api(libs.kotlinpoet)
3535 implementation(libs.kotlinpoet.ksp)
36- implementation(libs.guava)
3736 implementation(libs.asm)
3837
3938 implementation(libs.autoService)
You can’t perform that action at this time.
0 commit comments