``` fun fetchCharacterData(): Deferred<Characte...
# coroutines
z
Copy code
fun fetchCharacterData(): Deferred<CharacterGenerator.CharacterData>
Any reason you’re using
Deferred<T>
? Generally you don’t need it as a return type