Export JSpecify annotations at runtime (#1861)

JSpecify annotations have runtime retention, so expose them through the API variant as recommended by JSpecify.
This commit is contained in:
Jason Penilla
2026-08-12 18:25:15 +01:00
committed by GitHub
parent 00759e5279
commit 71c50a75eb
+1 -1
View File
@@ -18,7 +18,7 @@ java {
} }
dependencies { dependencies {
compileOnlyApi(libs.jspecify) api(libs.jspecify)
api(libs.gson) api(libs.gson)
api(libs.guava) api(libs.guava)