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

commonMain.com.adamratzman.spotify.utils.Platform.kt Maven / Gradle / Ivy

/* Spotify Web API, Kotlin Wrapper; MIT License, 2017-2022; Original author: Adam Ratzman */
package com.adamratzman.spotify.utils

/**
 * Actual platforms that this program can be run on.
 */
public enum class Platform {
    Jvm,
    Android,
    Js,
    Native
}

public expect val currentApiPlatform: Platform




© 2015 - 2024 Weber Informatics LLC | Privacy Policy