Closed veyndan closed 6 years ago
I'm not totally sure why javax.annotation.Nonnull can't be found but converting to the Android platform NonNull annotation fixed it. Using the same nullability annotation is probably a good thing anyway.
javax.annotation.Nonnull
I'm not totally sure why
javax.annotation.Nonnull
can't be found but converting to the Android platform NonNull annotation fixed it. Using the same nullability annotation is probably a good thing anyway.