I think making all java type nullable by default w...
# announcements
d
I think making all java type nullable by default would be the best way to deal with it (It will breaks current Kotlin code, though). So by default, all type from Java without being marked as "NonNull" will be default to nullable. (So orElse() will return T? instead)