mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 15:39:22 +08:00
Remove Guava (#1952)
This commit is contained in:
@@ -18,8 +18,6 @@ buildscript {
|
||||
?: libs.versions.ksp.get()
|
||||
classpath(kotlin("gradle-plugin", version = kotlinVersion))
|
||||
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:$kspVersion")
|
||||
// https://github.com/melix/japicmp-gradle-plugin/issues/36
|
||||
classpath("com.google.guava:guava:33.4.6-jre")
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -21,7 +21,6 @@ asm = "org.ow2.asm:asm:9.8"
|
||||
autoCommon = "com.google.auto:auto-common:1.2.2"
|
||||
autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
|
||||
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0"
|
||||
guava = "com.google.guava:guava:33.4.6-jre"
|
||||
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
||||
kotlin-annotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
|
||||
kotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
|
||||
|
@@ -33,7 +33,6 @@ dependencies {
|
||||
implementation(project(":moshi"))
|
||||
api(libs.kotlinpoet)
|
||||
implementation(libs.kotlinpoet.ksp)
|
||||
implementation(libs.guava)
|
||||
implementation(libs.asm)
|
||||
|
||||
implementation(libs.autoService)
|
||||
|
Reference in New Issue
Block a user