supabase-community / supabase-kt

A Kotlin Multiplatform Client for Supabase.
https://supabase.com/docs/reference/kotlin/introduction
MIT License
415 stars 37 forks source link

[Feature request]: Expand Coil support to multiplatform #425

Closed devshubhdroid closed 2 months ago

devshubhdroid commented 10 months ago

General Info

Feature request

Now that Coil supports Compose Multiplatform, it would be exciting to see Supabase-kt's Coil Integration expand its platform support from just Android to Multiplatform 👍🏼

Here's the new coil dependency:

implementation("io.coil-kt.coil3:coil-compose:3.0.0-alpha01")

Usecase

Supporting more platforms should attract more users to use Supabase-kt's Coil Integration module 👍🏼

jan-tennert commented 10 months ago

Thank you for this request! I already planned to support Coil 3, but will wait until it's in a more stable state!

jan-tennert commented 2 months ago

I've decided to add Coil 3 in a separate module and leave the Coil 2 module as is. It will be introduced in version 2.7.0 alongside WASM/Ktor 3 support.