I'm extremely new to Kotlin and usually code using...
# getting-started
d
I'm extremely new to Kotlin and usually code using Java. I'm using a few resources and they refer to a type of function called a top-level function. Does this mean instead of Util classes in Kotlin you would have top-level utility functions?
👌 5
m
Or extension functions. Depends on the exact use-case.