Hi, I just read about the visibility modifiers in ...
# getting-started
f
Hi, I just read about the visibility modifiers in kotlin. In java, I used the default "package protected" for fields that should be accessible in unit tests (that are in the same package). The closest I can use in kotlin for properties that shall be accessible within the same package is "internal", right?