Any pointers on how to bulk fix `Suspend function ...
# announcements
c
Any pointers on how to bulk fix
Suspend function '..' should be called only from a coroutine or another suspend function
using IntellIJ? I can’t find any corresponding inspection in Code Cleanup, though I swear I automated this before…
k
It wouldn't be a straighforward fix though. You'd need to decide whether the caller chain needs to be
suspend
, or if not, what is the right scope to use and where to get it from.