Skip to content

A Kotlin Multiplatform Client for Supabase. Can be used for apps written with jetpack compose desktop, android and web

License

Notifications You must be signed in to change notification settings

MMolieleng/supabase-kt

 
 

Repository files navigation

supabase-kt

A Kotlin Multiplatform Client for Supabase. Supported targets:

  • JVM
  • Android
  • JS (Browser)
  • iOS (planned)

Newest version: Maven Central

Installation

dependencies {
    implementation("io.github.jan-tennert.supabase:[module e.g. functions-kt or gotrue-kt]:VERSION")

    //add ktor client engine (if you don't already have one, see https://ktor.io/docs/http-client-engines.html for all engines)
    //e.g. the CIO engine
    implementation("io.ktor:ktor-client-cio:KTOR_VERSION")
}

Modules

Credits

About

A Kotlin Multiplatform Client for Supabase. Can be used for apps written with jetpack compose desktop, android and web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.9%
  • HTML 0.1%