05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
3 stars 0 forks source link

Use `inline` functions to back top-level `Sys*` variables #52

Closed 05nelsonm closed 8 months ago

05nelsonm commented 8 months ago

Modifies the platform specific calls that back SysDirSep and SysTempDir so that they are inline functions (and only invoked once, from their respective public values.

Cleans up some code.