You might be able to use `return@callingFunction` ...
# announcements
d
You might be able to use
return@callingFunction
ie. if your code looks like
callingFunction { ...lambda logic here...; return@callingFunction }
👍 1