Platform
Object describing the current platform program executes upon.
Since Kotlin
1.3Properties
Link copied to clipboard
Check if current architecture allows unaligned access to wider than byte locations.
Since Kotlin 1.3
Link copied to clipboard
Link copied to clipboard
Since Kotlin 1.3
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Check if byte order of the current platform is least significant byte (LSB) first, aka little endian.
Since Kotlin 1.3
Link copied to clipboard
Memory leak checking is deprecated. With the new MM, this check only worked to catch Workers.
Since Kotlin 1.3
Link copied to clipboard
Memory model binary was compiled with. Always MemoryModel.EXPERIMENTAL.
Since Kotlin 1.3
Link copied to clipboard
Representation of the name used to invoke the program executable. null if the Kotlin code was compiled to a native library and the executable is not a Kotlin program.
Since Kotlin 1.3