commonMain.io.github.jan.supabase.PlatformTarget.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
@file:Suppress("UndocumentedPublicProperty")
package io.github.jan.supabase
/**
* Represents a target platform
*/
enum class PlatformTarget {
JVM, ANDROID, JS, WASM_JS, IOS, WINDOWS, MACOS, TVOS, WATCHOS, LINUX;
}
/**
* The current target platform
*/
expect val CurrentPlatformTarget: PlatformTarget