Hi ! Is there a way to know the host OS ? (Window/...
# compose-desktop
l
Hi ! Is there a way to know the host OS ? (Window/Linux)
solved 1
a
System.getProperty("os.name")
More about system properties: https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html
👍 1
gratitude thank you 1
a
There’s a global
hostOs
property in skiko.
👍 1
gratitude thank you 1
l
thank you. I'm gonna try it in kotlin multiplatform