You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the initial creation of this library, kotlinx-datetime was created as a multi-platform API with it's own Clock interface. Since the semantics are the same, adding support for this library would not need any new concepts. Though, there would needs to be some thought on how to publish a common module without significant changes for Java projects that might also use this library. They might not want to step through the kotlinx-datetime abstraction just to get back to the native java.time.Clock.
The text was updated successfully, but these errors were encountered:
Since the initial creation of this library, kotlinx-datetime was created as a multi-platform API with it's own
Clock
interface. Since the semantics are the same, adding support for this library would not need any new concepts. Though, there would needs to be some thought on how to publish a common module without significant changes for Java projects that might also use this library. They might not want to step through thekotlinx-datetime
abstraction just to get back to the nativejava.time.Clock
.The text was updated successfully, but these errors were encountered: