Usually I\'m returning from my dao suspend function:
@Dao interface DataDao { @Query("SELECT * FROM data") fun getAllData(): List }