Hey folks, I brief question to explicit API mode i...
# announcements
n
Hey folks, I brief question to explicit API mode in 1.4. First of all, it’s really nice, thanks! The question: why does it demand
public
modifier for public interfaces’ methods? It’s not like you can type anything else there anyway, looks redundant.
m
I thought the same. Maybe for forward compatibility where we get
internal
functions to (sealed?) interfaces? Btw, you can add a
private fun
to interfaces if you implement it there.
n
oh fair enough, didn’t know that