Skip to content

Instantly share code, notes, and snippets.

@omkar-tenkale
Created June 3, 2023 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omkar-tenkale/5980df83c8b14640f748164aa84d1c22 to your computer and use it in GitHub Desktop.
Save omkar-tenkale/5980df83c8b14640f748164aa84d1c22 to your computer and use it in GitHub Desktop.
fun copyFiles(files: List<File>, destination: File){
for(file in files){
launch(Dispatcher.Background){
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment