Platform
Object describing the current platform program executes upon.
Since Kotlin
1.3Properties
Check if current architecture allows unaligned access to wider than byte locations.
Check if byte order of the current platform is least significant byte (LSB) first, aka little endian.
If the memory leak checker is activated, by default true
in debug mode, false
in release. When memory leak checker is activated, and leak is detected during last Kotlin context deinitialization process - error message with leak information is printed and application execution is aborted.
Memory model binary was compiled with. Always MemoryModel.EXPERIMENTAL.
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.