Parent #17173 This issue is about resolving the `AsyncTask` compile warnings for the WordPress module, and possibly, for the lib modules as well. PS: Some of those warnings are already deprecated (see [here](https://github.com/wordpress-mobile/WordPress-Android/pull/17246/commits/954bfaed48bf535db4825f90f9e73ff77ebac26f)). ----- - This `AsyncTask` class was deprecated in API level 30. Use the standard java.util.concurrent or Kotlin concurrency utilities instead. ----- For more info see: - [AsyncTask](https://developer.android.com/reference/android/os/AsyncTask)