:loudspeaker: fleeksoft-io v0.0.3 Released! What'...
# feed
s
📢 fleeksoft-io v0.0.3 Released! What's New: _Android Support_: Added native Android targets! 📈 _Kotlin Upgrade_: Bumped Kotlin version to 2.1.10 for better performance and features 📦 _Module Optimization_: • Split
charset-ext
module for better dependency management • Large charsets moved to new
charset-ext-big
module • GB18030 charset now lives in
charset-ext
🔄 _Core Enhancements_: Moved
Reader
and
StringReader
to the core module 🔗 _GitHub Release_: https://github.com/fleeksoft/fleeksoft-io/releases/tag/0.0.3 📚 _Repo_: https://github.com/fleeksoft/fleeksoft-io
🙌 6
s
oo, that looks really cool, how stable is this? Might use this instead of kotlinx-io
same 2
s
This is well-tested and already used in many libraries. However, note that this is not a standalone I/O library, it is a wrapper around I/O libraries like
kotlinx-io
and
okio
, providing additional features similar to the JDK.
s
Perfect, that is kinda what I have been looking for, been writing my own extensions for kotlinx-io so far 😄
👍 1