Invoking object like ``` myObject { } ``` within...
# coroutines
v
Invoking object like
Copy code
myObject { 
}
within a coroutine doesn't compile and still gives me error. Suspend function
invoke
should be only called within coroutines or another suspend function