Throws annotations for Objective-C interop

Hi,

I have a quick question about exception handling when calling a Kotlin function from Swift/Objective-C code.

Do I need to annotate all functions, including nested and helper functions, or is it enough to annotate only the public (API) function that is called from Swift?

Best regards,
Sven