My team and I found some issues around using corou...
# coroutines
h
My team and I found some issues around using coroutines. Just wanted to surface them here. If you are experiencing the same issues, please up-vote. https://youtrack.jetbrains.com/issue/KT-36660 https://youtrack.jetbrains.com/issue/KT-37456
s
The first one is not coroutines-related, though. Does the first one work on 1.4(-M1)?
d
Second one: Try to add another
suspend
like
Copy code
val someLambda: suspend() -> suspend() -> Unit = ...
h
@streetsofboston The issue still persist in 1.4.
😞 1