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

jvmMain.io.data2viz.test.CurrentPlatform.kt Maven / Gradle / Ivy

There is a newer version: 10.0.4
Show newest version
package io.data2viz.test

actual object CurrentPlatform {
    actual val isIOS: Boolean = false
    actual val isJavaScript: Boolean = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy