This inspection reports functions with
kotlinx.coroutines.Deferred
result. Functions which use
Deferred
as return type should have a name with suffix
Async
. Otherwise, it's recommended to turn a function into a suspend function and unwrap
Deferred
.