Does scoping of functions in `Kotlin` work the sam...
# android
l
Does scoping of functions in
Kotlin
work the same way scoping of methods does in
Java
? If you aren’t invoking a function outside of a class in
Kotlin
, should it be marked as
private
? Or does
private
mean something else in
Kotlin
?