
jvmMain.Platform.kt Maven / Gradle / Ivy
/**
* JVM platform.
*/
actual object Platform {
/**
* Platform name.
*/
actual val name = "JVM"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
/**
* JVM platform.
*/
actual object Platform {
/**
* Platform name.
*/
actual val name = "JVM"
}