Platform

interface Platform : Named(source)

The platform or runtime that a binary is designed to run on. Examples: the JvmPlatform defines a java runtime, while the NativePlatform defines the Operating System and Architecture for a native app.

Inheritors

Functions

Link copied to clipboard
Returns a human consumable name for this platform.
Link copied to clipboard
abstract fun getName(): String