Make builds reproducible allowing for verifying builds

[no changelog]
This commit is contained in:
Linnea Gräf
2024-07-20 15:10:49 +02:00
parent 9b1b144681
commit 3ad44b992f
7 changed files with 122 additions and 20 deletions

View File

@@ -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")
}