Join Slack
Powered by
The “package-level” function `foo()` in a file cal...
# android
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.
Open in Slack
Previous
Next