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).
- This
AsyncTask class was deprecated in API level 30. Use the standard java.util.concurrent or Kotlin concurrency utilities instead.
For more info see: