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
louiscad
08/07/2018, 11:26 AM
Use `expect`/`actual` from #C3PQML5NU and do it your favorite way for each platform