You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing JSR305 dependency for javax.annotation
The project uses javax.annotation.Nullable which requires the JSR305 library.
Added com.google.code.findbugs:jsr305:3.0.2 to resolve compilation errors.
0 commit comments