Kotlin could offer something like IntelliJ does wi...
# announcements
z
Kotlin could offer something like IntelliJ does with external annotation files. Then if a Java method doesn't have
@Nullable
or
@Nonnull
annotation on it I can add one (that lives with my project).