PlatformArch

data class PlatformArch(val abi: String, val architecture: String)

Represents a platform and architecture combination.

Parameters

abi

The ABI of the platform.

architecture

The architecture of the platform.

Constructors

Link copied to clipboard
constructor(abi: String, architecture: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val abi: String
Link copied to clipboard