kotlinx-datetime
kotlinx-datetime copied to clipboard
Adding Clock lambda helper
Added helper function to create a Clock instance by passing in a lambda to be invoked for Clock.now(); Updated Kotlin shield in README to reflect usage of version 1.8.10
Fixes #273
I prefer the idea of just making Clock be a "fun" interface which accomplishes the same thing.