How could I download a file w/ OkHttp to multiple ...
# squarelibraries
d
How could I download a file w/ OkHttp to multiple files using Coroutines (for concurrent downloading of pieces -- which is why I want coroutines, and also so that if the download fails in the middle, we can recuperate from the last complete increment, also for security reasons..)? Maybe there's a plugin for this already..?
g
Plugin?