You also have `local functions` in Kotlin so if yo...
# announcements
r
You also have
local functions
in Kotlin so if you are declaring private function whose main purpose is act as helpers that you don't want to expose in a public API those could be instead declared in the main function.
👍 1