Update dependencies (#611)

This commit is contained in:
Mitchell Syer
2023-08-04 22:48:24 -04:00
committed by GitHub
parent 3675580d87
commit 689847d864
9 changed files with 35 additions and 32 deletions

View File

@@ -260,7 +260,7 @@ object Extension {
val downloadedFile = File(savePath)
downloadedFile.sink().buffer().use { sink ->
response.body!!.source().use { source ->
response.body.source().use { source ->
sink.writeAll(source)
sink.flush()
}