blegh, does kotlin provide a nice way to get the p...
# announcements
g
blegh, does kotlin provide a nice way to get the platform I'm running on? I know that javascript and native make that question more complicated, but I'm annoyed by
getProperty("os.name")
, does kotlin have something better?
l
Use `expect`/`actual` from #C3PQML5NU and do it your favorite way for each platform
👍 1