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

jvmMain.com.harmony.kotlin.common.Platform.kt Maven / Gradle / Ivy

package com.harmony.kotlin.common

actual object Platform {
  actual val IS_ANDROID: Boolean
    get() = false
  actual val IS_JVM: Boolean
    get() = true
  actual val IS_NATIVE: Boolean
    get() = false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy