mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Upstream KSP implementation (#1393)
This commit is contained in:
@@ -15,16 +15,17 @@
|
||||
[versions]
|
||||
autoService = "1.0"
|
||||
gjf = "1.11.0"
|
||||
incap = "0.3"
|
||||
jvmTarget = "1.8"
|
||||
kotlin = "1.5.21"
|
||||
kotlinCompileTesting = "1.4.3"
|
||||
kotlinpoet = "1.10.0"
|
||||
kotlin = "1.5.31"
|
||||
kotlinCompileTesting = "1.4.4"
|
||||
kotlinpoet = "1.10.1"
|
||||
ksp = "1.5.31-1.0.0"
|
||||
ktlint = "0.41.0"
|
||||
|
||||
[plugins]
|
||||
dokka = { id = "org.jetbrains.dokka", version = "1.5.0" }
|
||||
dokka = { id = "org.jetbrains.dokka", version = "1.5.30" }
|
||||
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.2.9" }
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.17.0" }
|
||||
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "7.0.0" }
|
||||
spotless = { id = "com.diffplug.spotless", version = "5.14.2" }
|
||||
@@ -33,20 +34,22 @@ spotless = { id = "com.diffplug.spotless", version = "5.14.2" }
|
||||
asm = "org.ow2.asm:asm:9.2"
|
||||
autoCommon = "com.google.auto:auto-common:1.1"
|
||||
autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
|
||||
autoService-processor = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
|
||||
guava = { module = "com.google.guava:guava", version = "30.1.1-jre" }
|
||||
incap = { module = "net.ltgt.gradle.incap:incap", version.ref = "incap" }
|
||||
incap-processor = { module = "net.ltgt.gradle.incap:incap-processor", version.ref = "incap" }
|
||||
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.0.0"
|
||||
guava = "com.google.guava:guava:30.1.1-jre"
|
||||
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
||||
kotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
|
||||
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
|
||||
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
|
||||
kotlinpoet-metadata = { module = "com.squareup:kotlinpoet-metadata", version.ref = "kotlinpoet" }
|
||||
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" }
|
||||
kotlinxMetadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.3.0"
|
||||
ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
|
||||
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
|
||||
okio = "com.squareup.okio:okio:2.10.0"
|
||||
|
||||
# Test libs
|
||||
assertj = "org.assertj:assertj-core:3.11.1"
|
||||
junit = "junit:junit:4.13.2"
|
||||
kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" }
|
||||
kotlinCompileTesting-ksp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref ="kotlinCompileTesting" }
|
||||
truth = "com.google.truth:truth:1.1.3"
|
||||
|
Reference in New Issue
Block a user