
commonMain.Platform.kt Maven / Gradle / Ivy
/**
* Platform object.
*/
expect object Platform {
/**
* Name of the platform.
*/
val name: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
/**
* Platform object.
*/
expect object Platform {
/**
* Name of the platform.
*/
val name: String
}