CoroutineAsyncTask icon indicating copy to clipboard operation
CoroutineAsyncTask copied to clipboard

By using util class CoroutinesAsyncTask.kt you can migrate your Asynctask to Kotlin Coroutine.

Replace Android Asynctask with Kotlin Coroutines

This repository contains the class named as CoroutinesAsyncTask.kt which helps you to migrate your Asynctask to Kotlin Coroutine