All notable changes to this project will be documented in this file.
Cache-Android adheres to Semantic Versioning.
- [feat] use kotlin 1.9.23
- [fix] remove kotlin serialization dependencies from android module
- [build] use convention plugins
- [chore] update sample app dependencies
- [feat!] renamed
CacheSerializer.decodeFromString(...)toCacheSerializer.decodeFromByteArray(...) - [feat] add moshi serialization implementation module
- [feat!] abstract serialization and add kotlin serialization implementation module
- Initial open source release.