The “package-level” function `foo()` in a file cal...
# android
s
The “package-level” function
foo()
in a file called Functions.kt would essentially be something like
FunctionsKt.foo()
on the JVM. But in Kotlin, that can be referenced without the “FunctionsKt” part.