aboutsummaryrefslogtreecommitdiff
path: root/symbols/build.gradle.kts
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-07-20 15:10:49 +0200
committerLinnea Gräf <nea@nea.moe>2024-07-20 16:20:56 +0200
commit3ad44b992fbb6859b01a99eae1a317ea67754e4d (patch)
treedaf1d3b317d51af547c69d13fe36322de7425cca /symbols/build.gradle.kts
parent9b1b1446814f971e914c034aab00c95fdae87163 (diff)
downloadfirmament-3ad44b992fbb6859b01a99eae1a317ea67754e4d.tar.gz
firmament-3ad44b992fbb6859b01a99eae1a317ea67754e4d.tar.bz2
firmament-3ad44b992fbb6859b01a99eae1a317ea67754e4d.zip
Make builds reproducible allowing for verifying builds
[no changelog]
Diffstat (limited to 'symbols/build.gradle.kts')
-rw-r--r--symbols/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbols/build.gradle.kts b/symbols/build.gradle.kts
index fad3221..c02f1d5 100644
--- a/symbols/build.gradle.kts
+++ b/symbols/build.gradle.kts
@@ -16,4 +16,5 @@ dependencies {
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.1.0")
implementation("com.google.auto.service:auto-service-annotations:1.1.1")
implementation("com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.20")
+ implementation("com.google.code.gson:gson:2.11.0")
}