jvmMain.io.data2viz.test.CurrentPlatform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of d2v-tests-jvm Show documentation
Show all versions of d2v-tests-jvm Show documentation
Data2viz d2v-tests library
package io.data2viz.test
actual object CurrentPlatform {
actual val isIOS: Boolean = false
actual val isJavaScript: Boolean = false
}