Adam
Adam
**Describe the bug** The link to the API reference 404s. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://mayakaapps.github.io/Kache/latest/ 2. Click on 'API Reference' 3. See 404.
- Update dependencies. - Update buildscripts. - Remove unnecessary dependencies. - Fix bug in Tuple.
**What is your use-case and why do you need this feature?** I would like to use an ArrayDeque in a serializable class without extra configuration. Given that ArrayDeque is a...
Kotlin Reflect can be slow, and has a large jar. [kotlinx-metadata-jvm](https://github.com/JetBrains/kotlin/blob/master/libraries/kotlinx-metadata/jvm/ReadMe.md) is touted as being faster ([Spring](https://github.com/spring-projects/spring-framework/issues/21546) and [Jackson](https://github.com/FasterXML/jackson-module-kotlin/issues/450) are also investigating replacing Kotlin Reflect with kotlinx-metadata-jvm). Perhaps MockK could...