Join Slack
Powered by
My team and I found some issues around using corou...
# coroutines
h
heyitsmohit
03/23/2020, 7:23 PM
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
streetsofboston
03/23/2020, 7:35 PM
The first one is not coroutines-related, though. Does the first one work on 1.4(-M1)?
d
Dennis
03/23/2020, 7:50 PM
Second one: Try to add another
suspend
like
Copy code
val someLambda: suspend() -> suspend() -> Unit = ...
h
heyitsmohit
03/23/2020, 7:54 PM
@streetsofboston
The issue still persist in 1.4.
😞 1
4
Views
Open in Slack
Previous
Next