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
Mike
06/15/2020, 9:19 PM
Or extension functions. Depends on the exact use-case.