When we're measuring time in our apps, it's important for us to use the right kind of clock in order to get the most reliable results. As a prelude to exploring the newly-stable Timing API in Kotlin 1.9, let's check out the difference between a wall clock and a monotonic clock!
New to Kotlin? Start here:
https://typealias.com/start/
#kotlin #androiddevelopment