Skip to content

Add throwable annotations to all Kotlin function that are called from Swift

Jørgen Svennevik Notland requested to merge jQrgen/wally:throw_annotation into main

suspend functions without @Throws propagate only CancellationException (as NSError). Non-suspend functions without @Throws don't propagate Kotlin exceptions at all.

https://kotlinlang.org/docs/native-objc-interop.html#errors-and-exceptions

Edited by Jørgen Svennevik Notland

Merge request reports