Jihoon Cha

Results 2 comments of Jihoon Cha

@mp911de I tried it based on your comments. In Java, as you said, it inherits the `@Nullable` annotation specified on the interface level, but in Kotlin it is not. Here's...

I understand that this is a general issue that can happen in other places as well. For one more reason, for code consistency, I think it's better to add `@Nullable`...