https://kotlinlang.org logo
s

sindrenm

01/09/2018, 10:33 AM
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.