commonMain.io.github.jan.supabase.annotations.SupabaseInternal.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.annotations
/**
* Used to mark internal APIs
*/
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This API is internal and can change at any time")
annotation class SupabaseInternal