OS

actual val OS: String(source)

This variable represents the operating system on which the code is currently running.

On Android, it returns a string with the Android version followed by the SDK level. For example: "Android 10"

Return

The operating system of the device.

expect val OS: String(source)
actual val OS: String(source)