I know Java, but new to Kotlin. If anything wrong, please correct me, thanks.
Kotlin use internal, but no package scope. As a programmer, I think package is easier to manage and easier to understand. I think there is some reason Kotlin choose internal instead of package. Could anyone tell me why?
Thank you.