my problem with package-scope is that when buildin...
# language-proposals
k
my problem with package-scope is that when building libraries, it basically forces you to keep every class in the library in the same package. I much prefer Kotlin's
internal
keyword
👍 1