Store icon indicating copy to clipboard operation
Store copied to clipboard

Changes in kotlinx.datetime:0.7.0 break store

Open solcott opened this issue 6 months ago • 1 comments

kotlinx.datetime:0.7.0 introduced breaking changes that break Store.

kotlinx.datetime.Clock and kotlinx.datetime.Instant were removed in favor of kotlin.time.Clock and kotlin.time.Instant which were introduced in Kotlin 2.1.

I tried to work around this by creating type aliases for each until Store is updated but it's not possible due to the inner class Clock.System. Type aliases for inner classes/objects aren't supported in Kotlin.

solcott avatar Jun 25 '25 16:06 solcott