supabase-kt
supabase-kt copied to clipboard
[Feature request]: Expand Coil support to multiplatform
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 👍🏼
Thank you for this request! I already planned to support Coil 3, but will wait until it's in a more stable state!
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.