commonMain.io.github.jan.supabase.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of supabase-kt Show documentation
Show all versions of supabase-kt Show documentation
A Kotlin Multiplatform Supabase SDK
package io.github.jan.supabase
import io.github.jan.supabase.annotations.SupabaseInternal
@SupabaseInternal
object BuildConfig {
const val PROJECT_VERSION = "3.0.0-beta-1"
}