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
class Foo {
@NonNull
public static List<String> nonNullAnnotated;
}
The nullability of nonNullAnnotated is returned as platform instead of not null. Given that kotlin compiler already reads these, i think KSP should be consistent and also look for those annotations as well.
The text was updated successfully, but these errors were encountered:
Given a java input like this:
The nullability of
nonNullAnnotated
is returned as platform instead ofnot null
. Given that kotlin compiler already reads these, i think KSP should be consistent and also look for those annotations as well.The text was updated successfully, but these errors were encountered: