Kotlin-Multiplatform-AppDirs
Kotlin-Multiplatform-AppDirs copied to clipboard
"/" insead of space between author and app name on macos?
In the example in the README we see:
User data dir: /Users/ave/Library/Application Support/syer myapp/1.2.3
Why not this instead?
User data dir: /Users/ave/Library/Application Support/syer/myapp/1.2.3
The second one seems correct because different apps from the same author would be in the same folder.