Is there a way to declare something with package (not module) scope? The grammar only contains the access modifiers private, protected, public and internal. Is the grammar up to date? Is it possible to declare something to be package scoped in Kotlin?
'private' on the package level is 'private to the package (and its subpackages)'.