-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delay
function throws TypeCastException.
#920
Comments
The same problem but I think problem is in p.s. macos 10.14.2, xcode 10.1 |
It is a small regression introduced by #860. |
I see. Thank you. |
Having that my mpp framework uses coroutines, what is the right way to "start event loop" on iOS? What about the following? Is it a supposed way?
|
Given this restriction, how should I approach using this JVM/Native API while also supporting JS targets? Should I wrap my API with an |
Not sure if this is my issue exactly, but I was linked here from JetBrains/kotlin-native#2752 in response to a bug manifested in oolong-kt/oolong#16. The project does not call |
The
delay
suspend function throws TypeCastException when called from Swift.The Condition.
I prepared self-containing repository here.
https://github.com/horita-yuya/TempKotlinNativeReport
kotlinx.coroutines version: 1.1.0
The text was updated successfully, but these errors were encountered: