Skip to content

Instantly share code, notes, and snippets.

@hieuwu
Created August 1, 2023 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hieuwu/540ca1ddb60cc2a672a4855c5d099d83 to your computer and use it in GitHub Desktop.
Save hieuwu/540ca1ddb60cc2a672a4855c5d099d83 to your computer and use it in GitHub Desktop.
build.gradle (app)
implementation "io.github.jan-tennert.supabase:postgrest-kt:$supabase_version"
implementation "io.github.jan-tennert.supabase:storage-kt:$supabase_version"
implementation "io.github.jan-tennert.supabase:gotrue-kt:$supabase_version"
implementation "io.ktor:ktor-client-android:$ktor_version"
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-utils:$ktor_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment