So I have a bunch of classes that I want to allow ...
# getting-started
k
So I have a bunch of classes that I want to allow modifications from each other, but not to the users of those classes. I've separated all of them into a separate Gradle sourceset and marked all of the var fields as
internal
... it seems to work just fine, anything to watchout down the road? Any other patterns of doing this?