This code fails to compile because "Suspension fun...
# coroutines
c
This code fails to compile because "Suspension functions can be called only within coroutine body." I'm confused, because I am calling it within
launch
. What is the correct way to do this (launch a separate coroutine for each file, and be able to call a suspending function with each line)?