#1 Исправление ошибки

Open
opened 1 day ago by Julia · 0 comments

branches = Constants.supabase.from("Branches").select().decodeList()

@Serializable data class Branches(

val id: String,
val address: String,
val image:String?

)

Решение твоей проблемы

branches = Constants.supabase.from("Branches").select().decodeList<Branches>() @Serializable data class Branches( val id: String, val address: String, val image:String? ) Решение твоей проблемы
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.