Why kotlin default modifier is public?
# getting-started
b
Why kotlin default modifier is public?
a
Do you ask about the method modifier ? Class modifier ? variable modifier ?
b
Method and variable
r
m
This contains why they switched from internal to public. https://discuss.kotlinlang.org/t/a-bit-about-picking-defaults/1418
👍 1
r
I'm glad things are public by default instead of package private. I still wish there was a package private visibility.