commonMain.arrow.resilience.common.Platform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arrow-resilience Show documentation
Show all versions of arrow-resilience Show documentation
Functional companion to Kotlin's Standard Library
The newest version!
package arrow.resilience.common
public enum class Platform {
JVM, JS, Native, Wasm
}
public expect val platform: Platform
© 2015 - 2025 Weber Informatics LLC | Privacy Policy