supabase-kmp

(★ 47)

A Kotlin Multiplatform (KMP) SDK for Supabase, enabling seamless integration across Android, iOS, and other platforms.

File Explorer

  • .editorconfig
  • .gitignore
  • API_DESIGN.md
  • build.gradle.kts
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE
  • README.md
  • SECURITY.md
  • settings.gradle.kts
  • SUPABASE_HTTP_API_REFERENCE.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

kotlin

View Details ▼

Kotlin application launcher.

kotlin {{filename.jar}}

Run a jar file:

kotlin -version

Display Kotlin and JVM version:

🔍

where

View Details ▼

Report all known instances of a command.
It could be an executable in the `$PATH` environment variable, an alias, or a shell builtin.

where {{command}}

Find all instances of a command:

tldr where-object

View the documentation of the equivalent PowerShell command:

where {{file_pattern}}

Display the location of file pattern:

// repository documentation