This goes straight against the idea of encapsulati...
# announcements
k
This goes straight against the idea of encapsulation etc.
p
What encapsulation? If you can import it it's not really following encapsulation, right? Plus we don't have package private scope in Kotlin
k
Encapsulation isn't really the word, decoupled would be better maybe. With your proposal every package would be implicitly coupled with the class names in every other package on the classpath.