when attempting to download multiple things concur...
# kotlin-fuel
s
when attempting to download multiple things concurrently but block on all being downloaded, this code is not blocking until everything is downloaded. it seems to continue as soon as it starts all of the downloads. not sure what i'm doing wrong...