related to a past post (<https://kotlinlang.slack....
# kotlin-fuel
s
related to a past post (https://kotlinlang.slack.com/archives/C0B8GAGR0/p1565110311071200 and https://kotlinlang.slack.com/archives/C0B8GAGR0/p1565111788072600) , this code
Copy code
val (request, response, downloadResult) = Fuel.download(it.downloadUrl)
                                        .fileDestination { _, _ -> tempFile }
                                        .authentication().basic(extension.stageReadUsername, extension.stageReadPassword)
                                        .awaitStringResponseResult()
is causing an OOM error during builds.