All notable changes to this project will be documented in this file.
- [BUG] Wrong os type on Windows #36
- NSHomeDirectory is only allowed to be written on iOS Simulators, but not on physical devices #33
- NSHomeDirectory is only allowed to be written on iOS Simulators, but not on physical devices #33
This version contains general house keeping, dependencies updates and ci improvement for better maintainability.
- Group name has been updated to
me.sujanpoudel.multiplatform.utils
fromme.sujanpoudel.mputils
- Artifact
paths
has been renamed tomultiplatform-paths
.
Note
Follow migration guide to migrate from v0.1 to v0.2.
- Support for
iosX64
target.
- Renamed
applicationCacheDir
toappCacheDirectory
. - Exposed
kotlinx-io-core
as a transitive dependency.
Initial Cut (Get it?).