KMP-NativeCoroutines icon indicating copy to clipboard operation
KMP-NativeCoroutines copied to clipboard

Improve Exception to NSError conversion

Open rickclephas opened this issue 3 years ago • 1 comments
trafficstars

Fixes #29

rickclephas avatar Dec 26 '21 13:12 rickclephas

The current implementation uses compiler internals which causes issues when the @Throws annotation is also used. For this to work correctly we need a public API: https://youtrack.jetbrains.com/issue/KT-50539

rickclephas avatar Jan 15 '22 16:01 rickclephas