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 10:25:15 -07:00 committed by GitHub
parent 00759e5279
commit 71c50a75eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ java {
}
dependencies {
compileOnlyApi(libs.jspecify)
api(libs.jspecify)
api(libs.gson)
api(libs.guava)