Is there and equivalent to the GoLang `defer` in K...
# announcements
d
Is there and equivalent to the GoLang
defer
in Kotlin? Since Kotlin boasts about conciseness, I will be surprised if there was not a similar device to aid the cleanup of resources on exceptions or when unwinding a stack.