supabase-community / supabase-kt

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

Add AuthUiExperimental annotation #603

Closed iruizmar closed 4 months ago

iruizmar commented 4 months ago

What kind of change does this PR introduce?

Fixes #599

What is the current behavior?

UI modules have to depend on another supabase module to be able to opt in experimental features.

What is the new behavior?

There's now an specific annotation for Auth UI module so experimental features can be opted-in w/o any other dependency.