All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.jan.supabase.PlatformTarget.kt Maven / Gradle / Ivy

package io.github.jan.supabase

/**
 * Represents a target platform
 */
enum class PlatformTarget {
    JVM, ANDROID, JS, WASM, IOS, WINDOWS, MACOS, TVOS, WATCHOS, LINUX;
}

/**
 * The current target platform
 */
expect val CurrentPlatformTarget: PlatformTarget




© 2015 - 2024 Weber Informatics LLC | Privacy Policy