Skip to content

WIP: Replace AsyncTask implementations with Kotlin coroutines.

AsyncTask has been deprecated starting with API level 30, with the documentation recommending that Java or Kotlin's concurrency utilities be used instead.

Edited by Hans-Christoph Steiner

Merge request reports