Is that just a convention from pre-1.0 when Kotlin...
# announcements
s
Is that just a convention from pre-1.0 when Kotlin was considering changes the default modifier?
i
No, it's an actual recommendation, and we even have a plan to provide an opt-in to enforce using explicit visibility modifier: https://github.com/Kotlin/KEEP/issues/45
s
Oh wow, that issue looks awesome!
Thanks for the info, makes sense. 😀