Vsevolod Ganin
11/05/2019, 3:53 PMNSException
from K/N (via NSException.raise
) and catch it in ObjC. Unfortunately it is not catched and program still crashes. If I raise it in the same spot but in ObjC it is catched just fine. Is it a known problem? Hasn’t been able to find any info on the subject except for the one line in docs (https://kotlinlang.org/docs/reference/native/objc_interop.html#errors-and-exceptions):
Swift/Objective-C error-throwing methods aren’t imported to Kotlin as exception-throwing.
Vsevolod Ganin
11/05/2019, 8:08 PM