Platform

data object Platform(source)

Types

Link copied to clipboard
sealed class ARCH
Link copied to clipboard
sealed class OS
Link copied to clipboard
data class OSInfo(val os: Platform.OS, val arch: Platform.ARCH)

Class holding information about a platform.

Functions

Link copied to clipboard

Get information about the current OS.