Release v0.1.0 🎉
The initial release of PlatformTools introduces essential utilities for Kotlin Multiplatform projects.
🚀 Features
- Operating System Detection: Identify the current OS (Windows, Mac, Linux, Android, iOS, JS, WASM).
- Cache Directory Access (JVM & Android only): Retrieve the cache directory path.
- Application Versioning (JVM & Android only): Fetch the application version.
📦 Installation
Add the dependency to your project:
implementation("io.github.kdroidfilter:platformtools:0.1.0")
Full Changelog: https://github.com/kdroidFilter/Platform-Tools/commits/v0.1.0