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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user