supabase-kt icon indicating copy to clipboard operation
supabase-kt copied to clipboard

[Feature request]: Expand Coil support to multiplatform

Open devshubhdroid opened this issue 1 year ago • 1 comments

General Info

  • [X] I installed the latest version of Supabase Kt
  • [X] I checked for similar feature requests

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 👍🏼

devshubhdroid avatar Jan 12 '24 14:01 devshubhdroid

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 avatar Jan 12 '24 17:01 jan-tennert

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.

jan-tennert avatar Sep 06 '24 17:09 jan-tennert