Skip to content

Instantly share code, notes, and snippets.

@AndroidPoet
Created June 7, 2026 16:42
Show Gist options
  • Select an option

  • Save AndroidPoet/b3a3553c81461aa6817f663fb91cfa3c to your computer and use it in GitHub Desktop.

Select an option

Save AndroidPoet/b3a3553c81461aa6817f663fb91cfa3c to your computer and use it in GitHub Desktop.
[versions]
supabase-kmp = "0.3.2"
[libraries]
supabase-core = { module = "io.github.androidpoet:supabase-core", version.ref = "supabase-kmp" }
supabase-client = { module = "io.github.androidpoet:supabase-client", version.ref = "supabase-kmp" }
supabase-auth = { module = "io.github.androidpoet:supabase-auth", version.ref = "supabase-kmp" }
supabase-auth-admin = { module = "io.github.androidpoet:supabase-auth-admin", version.ref = "supabase-kmp" }
supabase-database = { module = "io.github.androidpoet:supabase-database", version.ref = "supabase-kmp" }
supabase-storage = { module = "io.github.androidpoet:supabase-storage", version.ref = "supabase-kmp" }
supabase-realtime = { module = "io.github.androidpoet:supabase-realtime", version.ref = "supabase-kmp" }
supabase-functions = { module = "io.github.androidpoet:supabase-functions", version.ref = "supabase-kmp" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment