Package-level declarations

Types

Link copied to clipboard

Enumeration of Kotlin Multiplatform compilation targets.

Link copied to clipboard

The Platform implementation for the system that delegates to the specific implementations.

Link copied to clipboard
data class OperatingSystem(val family: OperatingSystem.Family, val version: String)

Representation of runtime operating system associated with the version.

Link copied to clipboard
interface Platform

Provides an API for retrieving platform information. Allowing the Platform to be an interface allows for the use of these APIs in tests, where you can provide mock implementations.