Do we have a place to quickly dry test coroutines/flow code, just like Kotlin playground?
Spinning up a new project with coroutine dependency every now and then is exhausting.
e
ephemient
02/05/2023, 9:50 PM
coroutines work on Kotlin Playground
r
Raj Bopche
02/07/2023, 3:51 AM
@ephemient can you please paste a small working example?
I tried using
launch{ }
coroutine builder, but failed with Unresolved Reference Error.