arrow
arrow copied to clipboard
Added common basic test cases for cache4k
I noticed that cache4k does not have test cases, So I thought I should create some basic ones.
Basic Test Cases
- Verify saved data is returned correctly.
- Verify get method should return null for an invalid key.
That's why I tried it right away. While I was working on it, I encountered an issue with java version of Gradle, So I fixed it as this file changes. (Java version 8 -> 17)
The issue related to com.android.library
used in root build.gradle.kts and optics build.gradle.kts.