https://kotlinlang.org logo
Title
k

Kweku

09/20/2021, 2:10 PM
When using the Auth Bearer feature, calling any type of suspend or coroutine function inside loadTokens causes a crash on Ios, the only error message I get is
Function doesn't have or inherit @Throws annotation and thus exception isn't propagated from Kotlin to Objective-C/Swift as NSError. It is considered unexpected and unhandled instead. Program will be terminated.
a

Aleksei Tirman [JB]

09/20/2021, 2:39 PM
Could you please file an issue and share a code snippet there to reproduce this problem?