Andrew Grosner
04/11/2025, 2:27 PMclose
method to send off analytic data to our own company systems. I seem to be running into a problem where the upload isnt quite happening. Im guessing gradle is closing up and stop running the future. Is there a better way to track this, while not slowing down build times i want it to happen async.
I was thinking:
• write to a file
• spin up a task to send that file to the server in the background
how do i do this correctly?Vampire
04/11/2025, 5:31 PMAndrew Grosner
04/11/2025, 11:55 PMAndrew Grosner
04/11/2025, 11:55 PM